Cobalt
#14559F
BlueColor Codes
All color formats for development
HEX
#14559FRGB
rgb(20, 85, 159)HSL
hsl(212, 78%, 35%)OKLCH
oklch(0.453 0.136 255.3)CMYK
cmyk(87%, 47%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124C8F
2#10447F
3#0E3B6F
4#0C335F
5#0A2A4F
6#082240
7#061930
8#041120
9#020810
Tints
Lighter variations
1#1764BC
2#1B74DA
3#3085E5
4#4E96E9
5#6BA8ED
6#89B9F0
7#A6CBF4
8#C4DCF8
9#E1EEFB
Tones
Muted variations
1#1B5598
2#225691
3#29568A
4#2F5683
5#36577C
6#3D5775
7#44586E
8#4B5867
9#525960
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFECFB;
--cobalt-200: #C4DCF8;
--cobalt-300: #97C1F2;
--cobalt-400: #60A1EB;
--cobalt-500: #3386E6;
--cobalt-600: #196AC8;
--cobalt-700: #14559F;
--cobalt-800: #0E3C71;
--cobalt-900: #092749;
--cobalt-950: #06182D;
}