Charcoal
#232D2E
CyanColor Codes
All color formats for development
HEX
#232D2ERGB
rgb(35, 45, 46)HSL
hsl(185, 14%, 16%)OKLCH
oklch(0.288 0.014 203.9)CMYK
cmyk(24%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20292A
2#1C2425
3#192021
4#151B1C
5#121717
6#0E1213
7#0B0E0E
8#070909
9#040505
Tints
Lighter variations
1#364547
2#485D5F
3#5A7578
4#6D8D90
5#85A0A3
6#9DB3B5
7#B6C6C8
8#CED9DA
9#E7ECED
Tones
Muted variations
1#242D2E
2#242D2D
3#252C2D
4#252C2C
5#262B2C
6#272B2B
7#272A2B
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 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99B0 #99B0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9A #7C9A9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607D #607D80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D64 #4D6466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E2E2;
--charcoal-300: #BCCBCD;
--charcoal-400: #99B0B2;
--charcoal-500: #7C9A9C;
--charcoal-600: #607D80;
--charcoal-700: #4D6466;
--charcoal-800: #374749;
--charcoal-900: #232E2F;
--charcoal-950: #161C1D;
}