Cobalt
#14429F
BlueColor Codes
All color formats for development
HEX
#14429FRGB
rgb(20, 66, 159)HSL
hsl(220, 78%, 35%)OKLCH
oklch(0.411 0.159 262.2)CMYK
cmyk(87%, 58%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123B8F
2#10357F
3#0E2E6F
4#0C285F
5#0A214F
6#081A40
7#061430
8#040D20
9#020710
Tints
Lighter variations
1#174EBC
2#1B5BDA
3#306DE5
4#4E82E9
5#6B97ED
6#89ABF0
7#A6C0F4
8#C4D5F8
9#E1EAFB
Tones
Muted variations
1#1B4498
2#224791
3#29498A
4#2F4B83
5#364E7C
6#3D5075
7#44526E
8#4B5567
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 608F #608FEB | Disabled statesSecondary iconsMuted text |
| 500 | 336E #336EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1953 #1953C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1442 #14429F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2F #0E2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D5F8;
--cobalt-300: #97B5F2;
--cobalt-400: #608FEB;
--cobalt-500: #336EE6;
--cobalt-600: #1953C8;
--cobalt-700: #14429F;
--cobalt-800: #0E2F71;
--cobalt-900: #091E49;
--cobalt-950: #06132D;
}