Charcoal
#0C1A45
BlueColor Codes
All color formats for development
HEX
#0C1A45RGB
rgb(12, 26, 69)HSL
hsl(225, 70%, 16%)OKLCH
oklch(0.236 0.083 266.4)CMYK
cmyk(83%, 62%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B183E
2#0A1537
3#091331
4#07102A
5#060D23
6#050B1C
7#040815
8#02050E
9#010307
Tints
Lighter variations
1#13286A
2#19368E
3#2044B3
4#2652D7
5#496EDF
6#6D8BE5
7#92A8EC
8#B6C5F2
9#DBE2F9
Tones
Muted variations
1#0F1C43
2#121D40
3#151F3D
4#18203A
5#1B2237
6#1D2334
7#202531
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB0 #9BB0ED | BordersInactive statesPlaceholder text |
| 400 | 6787 #6787E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C64 #3C64DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2249 #2249BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3A #1B3A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1329 #13296C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E7FA;
--charcoal-200: #C7D2F5;
--charcoal-300: #9BB0ED;
--charcoal-400: #6787E4;
--charcoal-500: #3C64DD;
--charcoal-600: #2249BF;
--charcoal-700: #1B3A98;
--charcoal-800: #13296C;
--charcoal-900: #0C1B45;
--charcoal-950: #08112B;
}