Cobalt
#0C24D4
BlueColor Codes
All color formats for development
HEX
#0C24D4RGB
rgb(12, 36, 212)HSL
hsl(233, 89%, 44%)OKLCH
oklch(0.419 0.255 265.2)CMYK
cmyk(94%, 83%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B20BF
2#0A1DAA
3#091994
4#07157F
5#06126A
6#050E55
7#040B40
8#02072A
9#010415
Tints
Lighter variations
1#0E28EF
2#273FF2
3#4257F4
4#5D6FF6
5#7887F7
6#939FF9
7#AEB7FA
8#C9CFFC
9#E4E7FD
Tones
Muted variations
1#162BCA
2#2033C0
3#2A3BB6
4#3442AC
5#3E4AA2
6#485298
7#52598E
8#5C6184
9#66697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5669 #5669F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263E #263EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C24 #0C24D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1C #0A1CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0714 #071478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DDE1FD;
--cobalt-200: #C0C7FB;
--cobalt-300: #909CF9;
--cobalt-400: #5669F5;
--cobalt-500: #263EF2;
--cobalt-600: #0C24D4;
--cobalt-700: #0A1CA9;
--cobalt-800: #071478;
--cobalt-900: #040D4D;
--cobalt-950: #030830;
}