Charcoal
#393D46
BlueColor Codes
All color formats for development
HEX
#393D46RGB
rgb(57, 61, 70)HSL
hsl(222, 10%, 25%)OKLCH
oklch(0.36 0.016 266.5)CMYK
cmyk(19%, 13%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34373F
2#2E3138
3#282B31
4#22252A
5#1D1F23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4B505B
2#5C6270
3#6D7485
4#818898
5#969CA9
6#ABAFBA
7#C0C3CB
8#D5D7DD
9#EAEBEE
Tones
Muted variations
1#3A3D45
2#3B3E45
3#3B3E44
4#3C3E44
5#3D3E43
6#3D3F42
7#3E3F42
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8188 #818898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656C #656C7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5056 #505662 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DBDDE1;
--charcoal-300: #BEC2CA;
--charcoal-400: #9DA2AF;
--charcoal-500: #818898;
--charcoal-600: #656C7B;
--charcoal-700: #505662;
--charcoal-800: #393D46;
--charcoal-900: #25272D;
--charcoal-950: #17181C;
}