Charcoal
#393B46
BlueColor Codes
All color formats for development
HEX
#393B46RGB
rgb(57, 59, 70)HSL
hsl(231, 10%, 25%)OKLCH
oklch(0.355 0.019 277.2)CMYK
cmyk(19%, 16%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34353F
2#2E2F38
3#282A31
4#22242A
5#1D1E23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4B4D5B
2#5C5F70
3#6D7185
4#818498
5#9699A9
6#ABADBA
7#C0C2CB
8#D5D6DD
9#EAEBEE
Tones
Muted variations
1#3A3C45
2#3B3C45
3#3B3D44
4#3C3D44
5#3D3E43
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 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9DA0 #9DA0AF | Disabled statesSecondary iconsMuted text |
| 500 | 8184 #818498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | 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: #BEC0CA;
--charcoal-400: #9DA0AF;
--charcoal-500: #818498;
--charcoal-600: #65687B;
--charcoal-700: #505362;
--charcoal-800: #393B46;
--charcoal-900: #25262D;
--charcoal-950: #17181C;
}