Cobalt
#053E7A
BlueColor Codes
All color formats for development
HEX
#053E7ARGB
rgb(5, 62, 122)HSL
hsl(211, 92%, 25%)OKLCH
oklch(0.368 0.116 254.9)CMYK
cmyk(96%, 49%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05386E
2#043162
3#042B56
4#032549
5#031F3D
6#021931
7#021325
8#010C18
9#01060C
Tints
Lighter variations
1#07509F
2#0863C4
3#0A75E9
4#2389F6
5#479CF7
6#6CB0F9
7#91C4FA
8#B6D8FC
9#DAEBFD
Tones
Muted variations
1#0B3E75
2#113E6F
3#173E69
4#1D3F63
5#223F5D
6#283F57
7#2E3F51
8#343F4B
9#3A4046
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FA | BordersInactive statesPlaceholder text |
| 400 | 54A3 #54A3F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2389 #2389F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 096D #096DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0757 #0757AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053E #053E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284E | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEDFE;
--cobalt-200: #BFDDFC;
--cobalt-300: #8EC3FA;
--cobalt-400: #54A3F8;
--cobalt-500: #2389F6;
--cobalt-600: #096DD7;
--cobalt-700: #0757AB;
--cobalt-800: #053E7A;
--cobalt-900: #03284E;
--cobalt-950: #021931;
}