Charcoal
#0C1E45
BlueColor Codes
All color formats for development
HEX
#0C1E45RGB
rgb(12, 30, 69)HSL
hsl(221, 70%, 16%)OKLCH
oklch(0.246 0.077 263.2)CMYK
cmyk(83%, 57%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1B3E
2#0A1837
3#091531
4#07122A
5#060F23
6#050C1C
7#040915
8#02060E
9#010307
Tints
Lighter variations
1#132E6A
2#193E8E
3#204EB3
4#265ED7
5#4978DF
6#6D93E5
7#92AEEC
8#B6C9F2
9#DBE4F9
Tones
Muted variations
1#0F1F43
2#122040
3#15213D
4#18233A
5#1B2437
6#1D2534
7#202631
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB5 #9BB5ED | BordersInactive statesPlaceholder text |
| 400 | 678F #678FE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C6F #3C6FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2253 #2253BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B42 #1B4298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132F #132F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1E #0C1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E9FA;
--charcoal-200: #C7D5F5;
--charcoal-300: #9BB5ED;
--charcoal-400: #678FE4;
--charcoal-500: #3C6FDD;
--charcoal-600: #2253BF;
--charcoal-700: #1B4298;
--charcoal-800: #132F6C;
--charcoal-900: #0C1E45;
--charcoal-950: #08132B;
}