Cobalt
#0C19A7
BlueColor Codes
All color formats for development
HEX
#0C19A7RGB
rgb(12, 25, 167)HSL
hsl(235, 87%, 35%)OKLCH
oklch(0.35 0.214 266)CMYK
cmyk(93%, 85%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1696
2#091486
3#081175
4#070F64
5#060C53
6#050A43
7#030732
8#020521
9#010211
Tints
Lighter variations
1#0E1DC6
2#1022E5
3#2637F0
4#4553F2
5#6470F4
6#838DF6
7#A2A9F9
8#C1C6FB
9#E0E2FD
Tones
Muted variations
1#131F9F
2#1B2597
3#232C90
4#2B3288
5#323980
6#3A3F78
7#424671
8#4A4C69
9#515361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919A #919AF7 | BordersInactive statesPlaceholder text |
| 400 | 5865 #5865F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2839 #2839F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F1F #0F1FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0812 #081277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE0FD;
--cobalt-200: #C1C6FB;
--cobalt-300: #919AF7;
--cobalt-400: #5865F3;
--cobalt-500: #2839F0;
--cobalt-600: #0F1FD2;
--cobalt-700: #0C19A7;
--cobalt-800: #081277;
--cobalt-900: #050B4C;
--cobalt-950: #030730;
}