Charcoal
#0C1645
BlueColor Codes
All color formats for development
HEX
#0C1645RGB
rgb(12, 22, 69)HSL
hsl(229, 70%, 16%)OKLCH
oklch(0.227 0.089 268.8)CMYK
cmyk(83%, 68%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B143E
2#0A1237
3#091031
4#070E2A
5#060B23
6#05091C
7#040715
8#02050E
9#010207
Tints
Lighter variations
1#13236A
2#192F8E
3#203AB3
4#2646D7
5#4964DF
6#6D83E5
7#92A2EC
8#B6C1F2
9#DBE0F9
Tones
Muted variations
1#0F1943
2#121A40
3#151C3D
4#181E3A
5#1B2037
6#1D2234
7#202331
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAED | BordersInactive statesPlaceholder text |
| 400 | 677E #677EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C59 #3C59DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 223E #223EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B32 #1B3298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1323 #13236C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C17 #0C1745 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E5FA;
--charcoal-200: #C7CFF5;
--charcoal-300: #9BAAED;
--charcoal-400: #677EE4;
--charcoal-500: #3C59DD;
--charcoal-600: #223EBF;
--charcoal-700: #1B3298;
--charcoal-800: #13236C;
--charcoal-900: #0C1745;
--charcoal-950: #080E2B;
}