Charcoal
#0C1845
BlueColor Codes
All color formats for development
HEX
#0C1845RGB
rgb(12, 24, 69)HSL
hsl(227, 70%, 16%)OKLCH
oklch(0.232 0.086 267.7)CMYK
cmyk(83%, 65%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B163E
2#0A1437
3#091131
4#070F2A
5#060C23
6#050A1C
7#040715
8#02050E
9#010207
Tints
Lighter variations
1#13266A
2#19328E
3#203FB3
4#264CD7
5#4969DF
6#6D87E5
7#92A5EC
8#B6C3F2
9#DBE1F9
Tones
Muted variations
1#0F1A43
2#121C40
3#151D3D
4#181F3A
5#1B2137
6#1D2234
7#202431
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAD #9BADED | BordersInactive statesPlaceholder text |
| 400 | 6782 #6782E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5F #3C5FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2244 #2244BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B36 #1B3698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1326 #13266C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C19 #0C1945 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E6FA;
--charcoal-200: #C7D1F5;
--charcoal-300: #9BADED;
--charcoal-400: #6782E4;
--charcoal-500: #3C5FDD;
--charcoal-600: #2244BF;
--charcoal-700: #1B3698;
--charcoal-800: #13266C;
--charcoal-900: #0C1945;
--charcoal-950: #080F2B;
}