Columbia University — Design system for Columbia University's digital platforms.
Palette, type ramp, spacing grid, radius, elevation and motion — restated in our own structure from Columbia Design System's public references. Factual values for study; the official docs remain canonical.
Columbia Blue
Signature light blue
--columbia-blue
Primary Blue
Links and primary actions
--columbia-primary
Text
Primary text
--columbia-text
White
Page background
--columbia-white
Light Gray
Subtle background
--columbia-light-gray
Border
Borders
--columbia-border
Georgia, 'Times New Roman', serif
Weights: 400, 700
Base unit 8px
Exactly what ships in columbia-design-design.md. This entry doesn't have a full editorial breakdown yet, so the spec covers the verified facts — profile, official source, and an AI-ready prompt.
# Columbia Design System — Design Style Reference
> **Unofficial, community-authored reference.** Compiled by [designsystems.one](https://www.designsystems.one). Not affiliated with, endorsed by, or sponsored by Columbia University. "Columbia Design System" and related marks belong to their respective owners. This document describes publicly observable style attributes in original words — it contains no copied documentation, logos, icon artwork, or original token files. Always defer to the official source for canonical, current values.
**System:** Columbia Design System
**Owner:** Columbia University
**Official documentation:** https://usability.cuit.columbia.edu/content/columbia-design-system
**Visual character:** Ivy identity anchored by the famous pale Columbia Blue, applied conservatively across university web properties.
---
## Summary
Design system for Columbia University's digital platforms.
_Confidence: low. This system publishes little token detail — values below are a conservative, partial reading. Columbia's design system documentation is thin publicly; values are a partial reading._
## Color tokens
| Color | Value | CSS variable | Role |
| --- | --- | --- | --- |
| Columbia Blue | `#b9d9eb` | `--columbia-blue` | Signature light blue |
| Primary Blue | `#1d4f91` | `--columbia-primary` | Links and primary actions |
| Text | `#222222` | `--columbia-text` | Primary text |
| White | `#ffffff` | `--columbia-white` | Page background |
| Light Gray | `#f5f5f5` | `--columbia-light-gray` | Subtle background |
| Border | `#d9d9d9` | `--columbia-border` | Borders |
## Typography
- **Body:** Georgia / system — weights 400, 700 — `Georgia, 'Times New Roman', serif`
## Type scale
| Step | Size | Line height |
| --- | --- | --- |
| h1 | `36px` | `44px` |
| body | `16px` | `26px` |
## Spacing
Base unit: `8px`
Scale: `8px` · `16px` · `24px` · `32px`
## Corner radius
| Name | Value |
| --- | --- |
| default | `3px` |
## Quick start (CSS)
```css
/* Columbia Design System — illustrative tokens, restated as CSS custom properties.
Unofficial reference by designsystems.one; values are indicative, not
canonical. Official reference: https://usability.cuit.columbia.edu/content/columbia-design-system */
:root {
/* Color */
--columbia-blue: #b9d9eb; /* Signature light blue */
--columbia-primary: #1d4f91; /* Links and primary actions */
--columbia-text: #222222; /* Primary text */
--columbia-white: #ffffff; /* Page background */
--columbia-light-gray: #f5f5f5; /* Subtle background */
--columbia-border: #d9d9d9; /* Borders */
/* Typography */
--font-body: Georgia, 'Times New Roman', serif;
/* Type scale */
--text-h1: 36px /* line-height 44px */;
--text-body: 16px /* line-height 26px */;
/* Spacing */
--space-1: 8px;
--space-2: 16px;
--space-3: 24px;
--space-4: 32px;
/* Radius */
--radius-default: 3px;
}
```
## Engineering profile
- **Source model:** Hybrid
## Apply this style with an AI tool
Paste this into your AI coding assistant as a direction, then iterate:
> Design in the spirit of Columbia Design System by Columbia University — Design system for Columbia University's digital platforms. Character: Ivy identity anchored by the famous pale Columbia Blue, applied conservatively across university web properties. Use a primary colour near #1d4f91, the typeface "Georgia / system" (or a close equivalent), corner radius around 3px, a spacing rhythm on a 8px base. Match the intent, not the pixels; adapt it to my product rather than cloning it.
## Official reference
- [Columbia Design System documentation](https://usability.cuit.columbia.edu/content/columbia-design-system)
---
_Generated by [designsystems.one](https://www.designsystems.one/design-systems/columbia-design) — a catalogue of public design systems. Style facts are reported for reference and education; adapt them to your own product. Report issues or takedown requests via the site._
Want the deep dive?
Columbia Design Systemdoesn't have a full editorial breakdown yet — those cover origin, governance, token decisions, and the components worth studying. Thirty-seven anchor systems do.