Cobalt
#04467C
BlueColor Codes
All color formats for development
HEX
#04467CRGB
rgb(4, 70, 124)HSL
hsl(207, 94%, 25%)OKLCH
oklch(0.389 0.109 250.6)CMYK
cmyk(97%, 44%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033F6F
2#033863
3#033157
4#022A4A
5#02233E
6#021C31
7#011525
8#010E19
9#00070C
Tints
Lighter variations
1#055BA1
2#0670C6
3#0785EB
4#2097F8
5#45A8F9
6#6BBAFA
7#90CBFC
8#B5DCFD
9#DAEEFE
Tones
Muted variations
1#0A4576
2#104570
3#16446A
4#1C4364
5#22435E
6#284258
7#2E4252
8#34414C
9#3A4046
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCA #8DCAFB | BordersInactive statesPlaceholder text |
| 400 | 52AE #52AEFA | Disabled statesSecondary iconsMuted text |
| 500 | 2097 #2097F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077B #077BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0562 #0562AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022D #022D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEFFE;
--cobalt-200: #BFE1FD;
--cobalt-300: #8DCAFB;
--cobalt-400: #52AEFA;
--cobalt-500: #2097F8;
--cobalt-600: #077BDA;
--cobalt-700: #0562AD;
--cobalt-800: #04467C;
--cobalt-900: #022D4F;
--cobalt-950: #021C31;
}