Charcoal
#242D2E
CyanColor Codes
All color formats for development
HEX
#242D2ERGB
rgb(36, 45, 46)HSL
hsl(186, 12%, 16%)OKLCH
oklch(0.289 0.013 204.7)CMYK
cmyk(22%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202829
2#1D2425
3#191F20
4#161B1B
5#121617
6#0E1212
7#0B0D0E
8#070909
9#040405
Tints
Lighter variations
1#374446
2#4A5C5E
3#5C7376
4#6F8B8E
5#879EA1
6#9FB2B4
7#B7C5C6
8#CFD8D9
9#E7ECEC
Tones
Muted variations
1#242C2D
2#252C2D
3#252C2C
4#262B2C
5#262B2B
6#272A2B
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAE #9BAEB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E97 #7E979A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637B #637B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F62 #4F6264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | 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: #EBEFEF;
--charcoal-200: #DAE1E2;
--charcoal-300: #BDCACB;
--charcoal-400: #9BAEB0;
--charcoal-500: #7E979A;
--charcoal-600: #637B7E;
--charcoal-700: #4F6264;
--charcoal-800: #384647;
--charcoal-900: #242D2E;
--charcoal-950: #161C1D;
}