Charcoal
#2B2626
GrayColor Codes
All color formats for development
HEX
#2B2626RGB
rgb(43, 38, 38)HSL
hsl(0, 6%, 16%)OKLCH
oklch(0.274 0.007 17.6)CMYK
cmyk(0%, 12%, 12%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272323
2#231F1F
3#1E1B1B
4#1A1717
5#161313
6#110F0F
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#423A3A
2#594F4F
3#6F6363
4#867777
5#9A8D8D
6#AEA4A4
7#C3BBBB
8#D7D2D2
9#EBE8E8
Tones
Muted variations
1#2B2727
2#2B2727
3#2B2727
4#2A2727
5#2A2828
6#2A2828
7#2A2828
8#292828
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEECEC;
--charcoal-200: #E0DCDC;
--charcoal-300: #C8C1C1;
--charcoal-400: #ABA0A0;
--charcoal-500: #938585;
--charcoal-600: #776969;
--charcoal-700: #5F5454;
--charcoal-800: #443C3C;
--charcoal-900: #2B2626;
--charcoal-950: #1B1818;
}