Cobalt
#044E7B
BlueColor Codes
All color formats for development
HEX
#044E7BRGB
rgb(4, 78, 123)HSL
hsl(203, 94%, 25%)OKLCH
oklch(0.408 0.099 244.1)CMYK
cmyk(97%, 37%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03466F
2#033E63
3#033657
4#022F4A
5#02273E
6#021F31
7#011725
8#011019
9#00080C
Tints
Lighter variations
1#0565A1
2#067CC6
3#0794EB
4#20A5F8
5#45B4F9
6#6BC3FA
7#90D2FC
8#B5E1FD
9#DAF0FE
Tones
Muted variations
1#0A4C76
2#104B70
3#164A6A
4#1C4864
5#22475E
6#284558
7#2E4452
8#34434C
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD1 #8DD1FB | BordersInactive statesPlaceholder text |
| 400 | 52B9 #52B9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A5 #20A5F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0789 #0789DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056D #056DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044E #044E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0232 #02324F | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FE;
--cobalt-200: #BFE5FD;
--cobalt-300: #8DD1FB;
--cobalt-400: #52B9FA;
--cobalt-500: #20A5F8;
--cobalt-600: #0789DA;
--cobalt-700: #056DAD;
--cobalt-800: #044E7C;
--cobalt-900: #02324F;
--cobalt-950: #021F31;
}