Charcoal
#433D3D
GrayColor Codes
All color formats for development
HEX
#433D3DRGB
rgb(67, 61, 61)HSL
hsl(0, 5%, 25%)OKLCH
oklch(0.366 0.008 17.5)CMYK
cmyk(0%, 9%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3737
2#363030
3#2F2A2A
4#282424
5#211E1E
6#1B1818
7#141212
8#0D0C0C
9#070606
Tints
Lighter variations
1#574F4F
2#6B6161
3#7F7373
4#928787
5#A49B9B
6#B6AFAF
7#C8C3C3
8#DBD7D7
9#EDEBEB
Tones
Muted variations
1#433D3D
2#423D3D
3#423E3E
4#423E3E
5#413E3E
6#413E3E
7#413F3F
8#403F3F
9#403F3F
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 | C7C1 #C7C1C1 | BordersInactive statesPlaceholder text |
| 400 | AAA1 #AAA1A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766B #766B6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E55 #5E5555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | 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: #C7C1C1;
--charcoal-400: #AAA1A1;
--charcoal-500: #928787;
--charcoal-600: #766B6B;
--charcoal-700: #5E5555;
--charcoal-800: #433D3D;
--charcoal-900: #2B2727;
--charcoal-950: #1B1818;
}