Cobalt
#044A7B
BlueColor Codes
All color formats for development
HEX
#044A7BRGB
rgb(4, 74, 123)HSL
hsl(205, 94%, 25%)OKLCH
oklch(0.398 0.103 247.3)CMYK
cmyk(97%, 40%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03426F
2#033B63
3#033457
4#022C4A
5#02253E
6#021D31
7#011625
8#010F19
9#00070C
Tints
Lighter variations
1#0560A1
2#0676C6
3#078CEB
4#209EF8
5#45AEF9
6#6BBEFA
7#90CFFC
8#B5DFFD
9#DAEFFE
Tones
Muted variations
1#0A4976
2#104870
3#16476A
4#1C4664
5#22455E
6#284458
7#2E4352
8#34424C
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFB | BordersInactive statesPlaceholder text |
| 400 | 52B4 #52B4FA | Disabled statesSecondary iconsMuted text |
| 500 | 209E #209EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0782 #0782DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0567 #0567AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF0FE;
--cobalt-200: #BFE3FD;
--cobalt-300: #8DCEFB;
--cobalt-400: #52B4FA;
--cobalt-500: #209EF8;
--cobalt-600: #0782DA;
--cobalt-700: #0567AD;
--cobalt-800: #044A7C;
--cobalt-900: #022F4F;
--cobalt-950: #021D31;
}