Charcoal
#43403D
GrayColor Codes
All color formats for development
HEX
#43403DRGB
rgb(67, 64, 61)HSL
hsl(30, 5%, 25%)OKLCH
oklch(0.373 0.007 67.6)CMYK
cmyk(0%, 4%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3937
2#363330
3#2F2D2A
4#282624
5#21201E
6#1B1A18
7#141312
8#0D0D0C
9#070606
Tints
Lighter variations
1#57534F
2#6B6661
3#7F7973
4#928C87
5#A49F9B
6#B6B3AF
7#C8C6C3
8#DBD9D7
9#EDECEB
Tones
Muted variations
1#43403D
2#42403D
3#42403E
4#42403E
5#41403E
6#41403E
7#41403F
8#40403F
9#40403F
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 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA6 #AAA6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928C #928C87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7670 #76706B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4340 #43403D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | 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: #C7C4C1;
--charcoal-400: #AAA6A1;
--charcoal-500: #928C87;
--charcoal-600: #76706B;
--charcoal-700: #5E5955;
--charcoal-800: #43403D;
--charcoal-900: #2B2927;
--charcoal-950: #1B1A18;
}