Cobalt
#214191
BlueColor Codes
All color formats for development
HEX
#214191RGB
rgb(33, 65, 145)HSL
hsl(223, 63%, 35%)OKLCH
oklch(0.401 0.138 264.5)CMYK
cmyk(77%, 55%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3A83
2#1A3474
3#172D66
4#142757
5#112049
6#0D1A3A
7#0A132C
8#070D1D
9#03060F
Tints
Lighter variations
1#274DAC
2#2D59C8
3#426BD4
4#5D80DA
5#7896E0
6#93ABE6
7#AEC0ED
8#C9D5F3
9#E4EAF9
Tones
Muted variations
1#27438C
2#2C4686
3#324881
4#384B7B
5#3D4D75
6#435070
7#48526A
8#4E5464
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB4 #9FB4E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8D #6E8DDE | Disabled statesSecondary iconsMuted text |
| 500 | 446D #446DD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A52 #2A52B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2141 #214191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182E #182E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1E #0F1E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E8F8;
--cobalt-200: #C9D5F3;
--cobalt-300: #9FB4E9;
--cobalt-400: #6E8DDE;
--cobalt-500: #446DD5;
--cobalt-600: #2A52B7;
--cobalt-700: #214191;
--cobalt-800: #182E68;
--cobalt-900: #0F1E43;
--cobalt-950: #09132A;
}