Cobalt
#053C7A
BlueColor Codes
All color formats for development
HEX
#053C7ARGB
rgb(5, 60, 122)HSL
hsl(212, 92%, 25%)OKLCH
oklch(0.363 0.118 255.9)CMYK
cmyk(96%, 51%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05366E
2#043062
3#042A56
4#032449
5#031E3D
6#021831
7#021225
8#010C18
9#01060C
Tints
Lighter variations
1#074E9F
2#0860C4
3#0A72E9
4#2385F6
5#479AF7
6#6CAEF9
7#91C2FA
8#B6D6FC
9#DAEBFD
Tones
Muted variations
1#0B3C75
2#113D6F
3#173D69
4#1D3D63
5#223E5D
6#283E57
7#2E3F51
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 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDCFC;
--cobalt-300: #8EC1FA;
--cobalt-400: #54A0F8;
--cobalt-500: #2385F6;
--cobalt-600: #0969D7;
--cobalt-700: #0754AB;
--cobalt-800: #053C7A;
--cobalt-900: #03264E;
--cobalt-950: #021831;
}