Cobalt
#044EAF
BlueColor Codes
All color formats for development
HEX
#044EAFRGB
rgb(4, 78, 175)HSL
hsl(214, 96%, 35%)OKLCH
oklch(0.447 0.168 258.8)CMYK
cmyk(98%, 55%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03469D
2#033E8C
3#02367A
4#022F69
5#022757
6#011F46
7#011734
8#011023
9#000811
Tints
Lighter variations
1#045CCF
2#056BF0
3#1C7CFA
4#3C8FFB
5#5DA2FC
6#7DB4FC
7#9EC7FD
8#BEDAFE
9#DFECFE
Tones
Muted variations
1#0C4FA6
2#15509E
3#1D5195
4#26528D
5#2E5484
6#37557C
7#405673
8#48576A
9#515862
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBD #8CBDFD | BordersInactive statesPlaceholder text |
| 400 | 509A #509AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7E #1E7EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0462 #0462DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BEDAFE;
--cobalt-300: #8CBDFD;
--cobalt-400: #509AFB;
--cobalt-500: #1E7EFA;
--cobalt-600: #0462DC;
--cobalt-700: #044EAF;
--cobalt-800: #03387D;
--cobalt-900: #022450;
--cobalt-950: #011632;
}