Charcoal
#232E2E
CyanColor Codes
All color formats for development
HEX
#232E2ERGB
rgb(35, 46, 46)HSL
hsl(180, 14%, 16%)OKLCH
oklch(0.291 0.015 196.4)CMYK
cmyk(24%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202A2A
2#1C2525
3#192121
4#151C1C
5#121717
6#0E1313
7#0B0E0E
8#070909
9#040505
Tints
Lighter variations
1#364747
2#485F5F
3#5A7878
4#6D9090
5#85A3A3
6#9DB5B5
7#B6C8C8
8#CEDADA
9#E7EDED
Tones
Muted variations
1#242E2E
2#242D2D
3#252D2D
4#252C2C
5#262C2C
6#272B2B
7#272B2B
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBF0F0;
--charcoal-200: #D9E2E2;
--charcoal-300: #BCCDCD;
--charcoal-400: #99B2B2;
--charcoal-500: #7C9C9C;
--charcoal-600: #608080;
--charcoal-700: #4D6666;
--charcoal-800: #374949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}