Cobalt
#14579F
BlueColor Codes
All color formats for development
HEX
#14579FRGB
rgb(20, 87, 159)HSL
hsl(211, 78%, 35%)OKLCH
oklch(0.458 0.133 254.3)CMYK
cmyk(87%, 45%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124E8F
2#10467F
3#0E3D6F
4#0C345F
5#0A2B4F
6#082340
7#061A30
8#041120
9#020910
Tints
Lighter variations
1#1767BC
2#1B77DA
3#3088E5
4#4E99E9
5#6BAAED
6#89BBF0
7#A6CCF4
8#C4DDF8
9#E1EEFB
Tones
Muted variations
1#1B5798
2#225791
3#29588A
4#2F5883
5#36587C
6#3D5875
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 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C3 #97C3F2 | BordersInactive statesPlaceholder text |
| 400 | 60A3 #60A3EB | Disabled statesSecondary iconsMuted text |
| 500 | 3389 #3389E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196D #196DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1457 #14579F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3E #0E3E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFEDFB;
--cobalt-200: #C4DDF8;
--cobalt-300: #97C3F2;
--cobalt-400: #60A3EB;
--cobalt-500: #3389E6;
--cobalt-600: #196DC8;
--cobalt-700: #14579F;
--cobalt-800: #0E3E71;
--cobalt-900: #092849;
--cobalt-950: #06192D;
}