Charcoal
#393C46
BlueColor Codes
All color formats for development
HEX
#393C46RGB
rgb(57, 60, 70)HSL
hsl(226, 10%, 25%)OKLCH
oklch(0.357 0.018 272.3)CMYK
cmyk(19%, 14%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34363F
2#2E3038
3#282A31
4#22242A
5#1D1E23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4B4E5B
2#5C6170
3#6D7385
4#818698
5#969AA9
6#ABAEBA
7#C0C3CB
8#D5D7DD
9#EAEBEE
Tones
Muted variations
1#3A3D45
2#3B3D45
3#3B3D44
4#3C3E44
5#3D3E43
6#3D3E42
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 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8186 #818698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656A #656A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5054 #505462 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C46 | 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: #DBDCE1;
--charcoal-300: #BEC1CA;
--charcoal-400: #9DA1AF;
--charcoal-500: #818698;
--charcoal-600: #656A7B;
--charcoal-700: #505462;
--charcoal-800: #393C46;
--charcoal-900: #25272D;
--charcoal-950: #17181C;
}