Charcoal
#3E3E41
GrayColor Codes
All color formats for development
HEX
#3E3E41RGB
rgb(62, 62, 65)HSL
hsl(240, 2%, 25%)OKLCH
oklch(0.365 0.005 286.1)CMYK
cmyk(5%, 5%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38383B
2#323234
3#2C2C2E
4#252527
5#1F1F21
6#19191A
7#131314
8#0C0C0D
9#060607
Tints
Lighter variations
1#515155
2#646468
3#77777C
4#8A8A8F
5#9D9DA1
6#B1B1B4
7#C4C4C7
8#D8D8DA
9#EBEBEC
Tones
Muted variations
1#3F3F41
2#3F3F41
3#3F3F41
4#3F3F41
5#3F3F40
6#3F3F40
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 | A4A4 #A4A4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8A8A #8A8A8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 6E6E #6E6E72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E41 | 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: #A4A4A8;
--charcoal-500: #8A8A8F;
--charcoal-600: #6E6E72;
--charcoal-700: #57575B;
--charcoal-800: #3E3E41;
--charcoal-900: #28282A;
--charcoal-950: #19191A;
}