Cobalt
#14499F
BlueColor Codes
All color formats for development
HEX
#14499FRGB
rgb(20, 73, 159)HSL
hsl(217, 78%, 35%)OKLCH
oklch(0.426 0.15 260.1)CMYK
cmyk(87%, 54%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12428F
2#103A7F
3#0E336F
4#0C2C5F
5#0A254F
6#081D40
7#061630
8#040F20
9#020710
Tints
Lighter variations
1#1757BC
2#1B64DA
3#3076E5
4#4E89E9
5#6B9DED
6#89B1F0
7#A6C4F4
8#C4D8F8
9#E1EBFB
Tones
Muted variations
1#1B4B98
2#224C91
3#294E8A
4#2F5083
5#36517C
6#3D5375
7#44546E
8#4B5667
9#525860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEAFB;
--cobalt-200: #C4D8F8;
--cobalt-300: #97BAF2;
--cobalt-400: #6096EB;
--cobalt-500: #3377E6;
--cobalt-600: #195CC8;
--cobalt-700: #14499F;
--cobalt-800: #0E3471;
--cobalt-900: #092149;
--cobalt-950: #06152D;
}