Cobalt
#053A7A
BlueColor Codes
All color formats for development
HEX
#053A7ARGB
rgb(5, 58, 122)HSL
hsl(213, 92%, 25%)OKLCH
oklch(0.358 0.121 256.9)CMYK
cmyk(96%, 52%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05346E
2#042E62
3#042956
4#032349
5#031D3D
6#021731
7#021125
8#010C18
9#01060C
Tints
Lighter variations
1#074B9F
2#085DC4
3#0A6EE9
4#2382F6
5#4797F7
6#6CABF9
7#91C0FA
8#B6D5FC
9#DAEAFD
Tones
Muted variations
1#0B3A75
2#113B6F
3#173C69
4#1D3C63
5#223D5D
6#283D57
7#2E3E51
8#343F4B
9#3A3F46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFA | BordersInactive statesPlaceholder text |
| 400 | 549E #549EF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2382 #2382F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0966 #0966D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0751 #0751AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053A #053A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDBFC;
--cobalt-300: #8EBFFA;
--cobalt-400: #549EF8;
--cobalt-500: #2382F6;
--cobalt-600: #0966D7;
--cobalt-700: #0751AB;
--cobalt-800: #053A7A;
--cobalt-900: #03254E;
--cobalt-950: #021731;
}