Charcoal
#0C1C46
BlueColor Codes
All color formats for development
HEX
#0C1C46RGB
rgb(12, 28, 70)HSL
hsl(223, 71%, 16%)OKLCH
oklch(0.242 0.082 265.1)CMYK
cmyk(83%, 60%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B193F
2#091738
3#081431
4#07112A
5#060E23
6#050B1C
7#040815
8#02060E
9#010307
Tints
Lighter variations
1#122B6A
2#183A8F
3#1E49B4
4#2558D8
5#4873E0
6#6C8FE6
7#91ABEC
8#B6C7F3
9#DAE3F9
Tones
Muted variations
1#0F1E43
2#121F40
3#15203D
4#17213A
5#1A2337
6#1D2434
7#202531
8#23262F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D4 #C6D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB2 #9BB2EE | BordersInactive statesPlaceholder text |
| 400 | 668A #668AE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B69 #3B69DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 214E #214EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A3E #1A3E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122C #122C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1C #0C1C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0712 #07122C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E0E8FA;
--charcoal-200: #C6D4F5;
--charcoal-300: #9BB2EE;
--charcoal-400: #668AE5;
--charcoal-500: #3B69DE;
--charcoal-600: #214EC0;
--charcoal-700: #1A3E99;
--charcoal-800: #122C6D;
--charcoal-900: #0C1C46;
--charcoal-950: #07122C;
}