Charcoal
#0C1C45
BlueColor Codes
All color formats for development
HEX
#0C1C45RGB
rgb(12, 28, 69)HSL
hsl(223, 70%, 16%)OKLCH
oklch(0.241 0.08 264.9)CMYK
cmyk(83%, 59%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1A3E
2#0A1737
3#091431
4#07112A
5#060E23
6#050B1C
7#040915
8#02060E
9#010307
Tints
Lighter variations
1#132B6A
2#193A8E
3#2049B3
4#2658D7
5#4973DF
6#6D8FE5
7#92ABEC
8#B6C7F2
9#DBE3F9
Tones
Muted variations
1#0F1E43
2#121F40
3#15203D
4#18213A
5#1B2337
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 | E1E8 #E1E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB3 #9BB3ED | BordersInactive statesPlaceholder text |
| 400 | 678B #678BE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C69 #3C69DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 224E #224EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3E #1B3E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132C #132C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1C #0C1C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E8FA;
--charcoal-200: #C7D4F5;
--charcoal-300: #9BB3ED;
--charcoal-400: #678BE4;
--charcoal-500: #3C69DD;
--charcoal-600: #224EBF;
--charcoal-700: #1B3E98;
--charcoal-800: #132C6C;
--charcoal-900: #0C1C45;
--charcoal-950: #08122B;
}