Cobalt
#14509F
BlueColor Codes
All color formats for development
HEX
#14509FRGB
rgb(20, 80, 159)HSL
hsl(214, 78%, 35%)OKLCH
oklch(0.442 0.142 257.4)CMYK
cmyk(87%, 50%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12488F
2#10407F
3#0E386F
4#0C305F
5#0A284F
6#082040
7#061830
8#041020
9#020810
Tints
Lighter variations
1#175FBC
2#1B6EDA
3#307FE5
4#4E91E9
5#6BA4ED
6#89B6F0
7#A6C8F4
8#C4DAF8
9#E1EDFB
Tones
Muted variations
1#1B5198
2#225291
3#29538A
4#2F5483
5#36557C
6#3D5675
7#44566E
8#4B5767
9#525860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BE #97BEF2 | BordersInactive statesPlaceholder text |
| 400 | 609C #609CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3380 #3380E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1965 #1965C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1450 #14509F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E39 #0E3971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFEBFB;
--cobalt-200: #C4DAF8;
--cobalt-300: #97BEF2;
--cobalt-400: #609CEB;
--cobalt-500: #3380E6;
--cobalt-600: #1965C8;
--cobalt-700: #14509F;
--cobalt-800: #0E3971;
--cobalt-900: #092549;
--cobalt-950: #06172D;
}