Cobalt
#14479F
BlueColor Codes
All color formats for development
HEX
#14479FRGB
rgb(20, 71, 159)HSL
hsl(218, 78%, 35%)OKLCH
oklch(0.422 0.153 260.7)CMYK
cmyk(87%, 55%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12408F
2#10397F
3#0E316F
4#0C2A5F
5#0A234F
6#081C40
7#061530
8#040E20
9#020710
Tints
Lighter variations
1#1754BC
2#1B61DA
3#3073E5
4#4E87E9
5#6B9BED
6#89AFF0
7#A6C3F4
8#C4D7F8
9#E1EBFB
Tones
Muted variations
1#1B4998
2#224A91
3#294C8A
4#2F4E83
5#36507C
6#3D5275
7#44546E
8#4B5667
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6093 #6093EB | Disabled statesSecondary iconsMuted text |
| 500 | 3374 #3374E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1959 #1959C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1447 #14479F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E32 #0E3271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D7F8;
--cobalt-300: #97B8F2;
--cobalt-400: #6093EB;
--cobalt-500: #3374E6;
--cobalt-600: #1959C8;
--cobalt-700: #14479F;
--cobalt-800: #0E3271;
--cobalt-900: #092049;
--cobalt-950: #06142D;
}