Cobalt
#14599F
BlueColor Codes
All color formats for development
HEX
#14599FRGB
rgb(20, 89, 159)HSL
hsl(210, 78%, 35%)OKLCH
oklch(0.462 0.131 253.3)CMYK
cmyk(87%, 44%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12508F
2#10477F
3#0E3E6F
4#0C365F
5#0A2D4F
6#082440
7#061B30
8#041220
9#020910
Tints
Lighter variations
1#176ABC
2#1B7ADA
3#308BE5
4#4E9CE9
5#6BACED
6#89BDF0
7#A6CDF4
8#C4DEF8
9#E1EEFB
Tones
Muted variations
1#1B5998
2#225991
3#29598A
4#2F5983
5#36597C
6#3D5975
7#44596E
8#4B5967
9#525960
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C4 #97C4F2 | BordersInactive statesPlaceholder text |
| 400 | 60A6 #60A6EB | Disabled statesSecondary iconsMuted text |
| 500 | 338C #338CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1970 #1970C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1459 #14599F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E40 #0E4071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFEDFB;
--cobalt-200: #C4DEF8;
--cobalt-300: #97C4F2;
--cobalt-400: #60A6EB;
--cobalt-500: #338CE6;
--cobalt-600: #1970C8;
--cobalt-700: #14599F;
--cobalt-800: #0E4071;
--cobalt-900: #092949;
--cobalt-950: #061A2D;
}