Charcoal
#242C2E
CyanColor Codes
All color formats for development
HEX
#242C2ERGB
rgb(36, 44, 46)HSL
hsl(192, 12%, 16%)OKLCH
oklch(0.286 0.012 214.5)CMYK
cmyk(22%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202729
2#1D2325
3#191F20
4#161A1B
5#121617
6#0E1112
7#0B0D0E
8#070909
9#040405
Tints
Lighter variations
1#374346
2#4A5A5E
3#5C7176
4#6F888E
5#879CA1
6#9FAFB4
7#B7C3C6
8#CFD7D9
9#E7EBEC
Tones
Muted variations
1#242B2D
2#252B2D
3#252B2C
4#262B2C
5#262A2B
6#272A2B
7#272A2A
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CB | BordersInactive statesPlaceholder text |
| 400 | 9BAC #9BACB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E95 #7E959A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6378 #63787E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F60 #4F6064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3844 #384447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242C #242C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC9CB;
--charcoal-400: #9BACB0;
--charcoal-500: #7E959A;
--charcoal-600: #63787E;
--charcoal-700: #4F6064;
--charcoal-800: #384447;
--charcoal-900: #242C2E;
--charcoal-950: #161B1D;
}