Charcoal
#3B3B44
GrayColor Codes
All color formats for development
HEX
#3B3B44RGB
rgb(59, 59, 68)HSL
hsl(240, 7%, 25%)OKLCH
oklch(0.356 0.015 285.6)CMYK
cmyk(13%, 13%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35353D
2#2F2F37
3#2A2A30
4#242429
5#1E1E22
6#18181B
7#121214
8#0C0C0E
9#060607
Tints
Lighter variations
1#4D4D59
2#5F5F6D
3#717182
4#848494
5#9999A6
6#ADADB8
7#C2C2CA
8#D6D6DB
9#EBEBED
Tones
Muted variations
1#3C3C44
2#3C3C43
3#3D3D43
4#3D3D42
5#3E3E42
6#3E3E42
7#3E3E41
8#3F3F41
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 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C0 #C0C0C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AC | Disabled statesSecondary iconsMuted text |
| 500 | 8484 #848494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6868 #686878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5353 #53535F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B3B #3B3B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262C | 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: #DCDCE0;
--charcoal-300: #C0C0C8;
--charcoal-400: #A0A0AC;
--charcoal-500: #848494;
--charcoal-600: #686878;
--charcoal-700: #53535F;
--charcoal-800: #3B3B44;
--charcoal-900: #26262C;
--charcoal-950: #18181B;
}