Charcoal
#2C2626
GrayColor Codes
All color formats for development
HEX
#2C2626RGB
rgb(44, 38, 38)HSL
hsl(0, 7%, 16%)OKLCH
oklch(0.275 0.009 17.7)CMYK
cmyk(0%, 14%, 14%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272222
2#231E1E
3#1F1B1B
4#1A1717
5#161313
6#110F0F
7#0D0B0B
8#090808
9#040404
Tints
Lighter variations
1#433A3A
2#594E4E
3#706262
4#877676
5#9B8C8C
6#AFA3A3
7#C3BABA
8#D7D1D1
9#EBE8E8
Tones
Muted variations
1#2B2626
2#2B2727
3#2B2727
4#2B2727
5#2A2727
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 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | 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: #C8C0C0;
--charcoal-400: #ACA0A0;
--charcoal-500: #948484;
--charcoal-600: #786868;
--charcoal-700: #5F5353;
--charcoal-800: #443B3B;
--charcoal-900: #2C2626;
--charcoal-950: #1B1818;
}