Charcoal
#393A46
BlueColor Codes
All color formats for development
HEX
#393A46RGB
rgb(57, 58, 70)HSL
hsl(235, 10%, 25%)OKLCH
oklch(0.352 0.021 281.5)CMYK
cmyk(19%, 17%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34353F
2#2E2F38
3#282931
4#22232A
5#1D1D23
6#17171C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4B4C5B
2#5C5E70
3#6D6F85
4#818398
5#9697A9
6#ABACBA
7#C0C1CB
8#D5D6DD
9#EAEAEE
Tones
Muted variations
1#3A3B45
2#3B3B45
3#3B3C44
4#3C3D44
5#3D3D43
6#3D3E42
7#3E3E42
8#3E3F41
9#3F3F40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCA | BordersInactive statesPlaceholder text |
| 400 | 9D9E #9D9EAF | Disabled statesSecondary iconsMuted text |
| 500 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6567 #65677B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BEBFCA;
--charcoal-400: #9D9EAF;
--charcoal-500: #818398;
--charcoal-600: #65677B;
--charcoal-700: #505262;
--charcoal-800: #393A46;
--charcoal-900: #25252D;
--charcoal-950: #17171C;
}