Charcoal
#2B2926
GrayColor Codes
All color formats for development
HEX
#2B2926RGB
rgb(43, 41, 38)HSL
hsl(36, 6%, 16%)OKLCH
oklch(0.282 0.006 78.2)CMYK
cmyk(0%, 5%, 12%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272523
2#23211F
3#1E1D1B
4#1A1917
5#161513
6#11110F
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#423F3A
2#59554F
3#6F6A63
4#868077
5#9A958D
6#AEAAA4
7#C3C0BB
8#D7D5D2
9#EBEAE8
Tones
Muted variations
1#2B2927
2#2B2927
3#2B2927
4#2A2927
5#2A2928
6#2A2928
7#2A2928
8#292928
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C5 #C8C5C1 | BordersInactive statesPlaceholder text |
| 400 | ABA7 #ABA7A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938E #938E85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7772 #777269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5A #5F5A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4441 #44413C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DEDC;
--charcoal-300: #C8C5C1;
--charcoal-400: #ABA7A0;
--charcoal-500: #938E85;
--charcoal-600: #777269;
--charcoal-700: #5F5A54;
--charcoal-800: #44413C;
--charcoal-900: #2B2926;
--charcoal-950: #1B1A18;
}