Charcoal
#242E2E
CyanColor Codes
All color formats for development
HEX
#242E2ERGB
rgb(36, 46, 46)HSL
hsl(180, 12%, 16%)OKLCH
oklch(0.292 0.014 196.4)CMYK
cmyk(22%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202929
2#1D2525
3#192020
4#161B1B
5#121717
6#0E1212
7#0B0E0E
8#070909
9#040505
Tints
Lighter variations
1#374646
2#4A5E5E
3#5C7676
4#6F8E8E
5#87A1A1
6#9FB4B4
7#B7C6C6
8#CFD9D9
9#E7ECEC
Tones
Muted variations
1#242D2D
2#252D2D
3#252C2C
4#262C2C
5#262B2B
6#272B2B
7#272A2A
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 #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | 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: #EBEFEF;
--charcoal-200: #DAE2E2;
--charcoal-300: #BDCBCB;
--charcoal-400: #9BB0B0;
--charcoal-500: #7E9A9A;
--charcoal-600: #637E7E;
--charcoal-700: #4F6464;
--charcoal-800: #384747;
--charcoal-900: #242E2E;
--charcoal-950: #161D1D;
}