Cobalt
#14639F
BlueColor Codes
All color formats for development
HEX
#14639FRGB
rgb(20, 99, 159)HSL
hsl(206, 78%, 35%)OKLCH
oklch(0.486 0.12 247.5)CMYK
cmyk(87%, 38%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12598F
2#104F7F
3#0E456F
4#0C3B5F
5#0A314F
6#082740
7#061E30
8#041420
9#020A10
Tints
Lighter variations
1#1775BC
2#1B87DA
3#3097E5
4#4EA6E9
5#6BB5ED
6#89C4F0
7#A6D2F4
8#C4E1F8
9#E1F0FB
Tones
Muted variations
1#1B6298
2#226191
3#29608A
4#2F5F83
5#365E7C
6#3D5D75
7#445C6E
8#4B5B67
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FD;
--cobalt-100: #DFEFFB;
--cobalt-200: #C4E1F8;
--cobalt-300: #97CAF2;
--cobalt-400: #60AFEB;
--cobalt-500: #3398E6;
--cobalt-600: #197CC8;
--cobalt-700: #14639F;
--cobalt-800: #0E4671;
--cobalt-900: #092D49;
--cobalt-950: #061C2D;
}