Charcoal
#3D3D42
GrayColor Codes
All color formats for development
HEX
#3D3D42RGB
rgb(61, 61, 66)HSL
hsl(240, 4%, 25%)OKLCH
oklch(0.362 0.009 286)CMYK
cmyk(8%, 8%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37373C
2#313135
3#2B2B2E
4#252528
5#1F1F21
6#18181B
7#121214
8#0C0C0D
9#060607
Tints
Lighter variations
1#505056
2#62626A
3#74747E
4#888891
5#9C9CA3
6#AFAFB6
7#C3C3C8
8#D7D7DA
9#EBEBED
Tones
Muted variations
1#3D3D42
2#3E3E42
3#3E3E42
4#3E3E41
5#3E3E41
6#3F3F41
7#3F3F41
8#3F3F40
9#3F3F40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C2C2 #C2C2C7 | BordersInactive statesPlaceholder text |
| 400 | A2A2 #A2A2A9 | Disabled statesSecondary iconsMuted text |
| 500 | 8888 #888891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C6C #6C6C75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5656 #56565D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D3D #3D3D42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2727 #27272A | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEE;
--charcoal-200: #DDDDDF;
--charcoal-300: #C2C2C7;
--charcoal-400: #A2A2A9;
--charcoal-500: #888891;
--charcoal-600: #6C6C75;
--charcoal-700: #56565D;
--charcoal-800: #3D3D42;
--charcoal-900: #27272A;
--charcoal-950: #18181B;
}