Charcoal
#3E3E42
GrayColor Codes
All color formats for development
HEX
#3E3E42RGB
rgb(62, 62, 66)HSL
hsl(240, 3%, 25%)OKLCH
oklch(0.365 0.007 286.1)CMYK
cmyk(6%, 6%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38383B
2#313135
3#2B2B2E
4#252527
5#1F1F21
6#19191A
7#131314
8#0C0C0D
9#060607
Tints
Lighter variations
1#505055
2#636369
3#75757D
4#898990
5#9D9DA2
6#B0B0B5
7#C4C4C7
8#D8D8DA
9#EBEBEC
Tones
Muted variations
1#3E3E41
2#3E3E41
3#3E3E41
4#3F3F41
5#3F3F41
6#3F3F41
7#3F3F40
8#3F3F40
9#404040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EDEDEE;
--charcoal-200: #DDDDDF;
--charcoal-300: #C3C3C6;
--charcoal-400: #A3A3A8;
--charcoal-500: #898990;
--charcoal-600: #6D6D74;
--charcoal-700: #57575C;
--charcoal-800: #3E3E42;
--charcoal-900: #28282A;
--charcoal-950: #19191A;
}