Cobalt
#14409F
BlueColor Codes
All color formats for development
HEX
#14409FRGB
rgb(20, 64, 159)HSL
hsl(221, 78%, 35%)OKLCH
oklch(0.407 0.162 262.7)CMYK
cmyk(87%, 60%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12398F
2#10337F
3#0E2D6F
4#0C265F
5#0A204F
6#081940
7#061330
8#040D20
9#020610
Tints
Lighter variations
1#174CBC
2#1B57DA
3#306AE5
4#4E7FE9
5#6B94ED
6#89AAF0
7#A6BFF4
8#C4D4F8
9#E1EAFB
Tones
Muted variations
1#1B4298
2#224591
3#29478A
4#2F4A83
5#364C7C
6#3D4F75
7#44526E
8#4B5467
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C4D4F8;
--cobalt-300: #97B4F2;
--cobalt-400: #608CEB;
--cobalt-500: #336BE6;
--cobalt-600: #1950C8;
--cobalt-700: #14409F;
--cobalt-800: #0E2E71;
--cobalt-900: #091D49;
--cobalt-950: #06122D;
}