Charcoal
#242D2D
CyanColor Codes
All color formats for development
HEX
#242D2DRGB
rgb(36, 45, 45)HSL
hsl(180, 11%, 16%)OKLCH
oklch(0.289 0.012 196.5)CMYK
cmyk(20%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212929
2#1D2424
3#192020
4#161B1B
5#121717
6#0F1212
7#0B0E0E
8#070909
9#040505
Tints
Lighter variations
1#374545
2#4A5D5D
3#5E7575
4#718C8C
5#88A0A0
6#A0B3B3
7#B8C6C6
8#CFD9D9
9#E7ECEC
Tones
Muted variations
1#252D2D
2#252C2C
3#262C2C
4#262B2B
5#272B2B
6#272B2B
7#272A2A
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE1E1;
--charcoal-300: #BECBCB;
--charcoal-400: #9CB0B0;
--charcoal-500: #809999;
--charcoal-600: #647D7D;
--charcoal-700: #4F6363;
--charcoal-800: #394747;
--charcoal-900: #242D2D;
--charcoal-950: #171C1C;
}