Charcoal
#393D47
BlueColor Codes
All color formats for development
HEX
#393D47RGB
rgb(57, 61, 71)HSL
hsl(223, 11%, 25%)OKLCH
oklch(0.36 0.018 268.2)CMYK
cmyk(20%, 14%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333740
2#2D3139
3#282A32
4#22242A
5#1C1E23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4A4F5C
2#5B6171
3#6C7386
4#808799
5#959BAA
6#AAAFBB
7#BFC3CC
8#D5D7DD
9#EAEBEE
Tones
Muted variations
1#393D46
2#3A3D45
3#3B3E45
4#3C3E44
5#3C3E43
6#3D3F43
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 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8087 #808799 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646B #646B7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5563 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272D | 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: #DADCE1;
--charcoal-300: #BEC2CB;
--charcoal-400: #9CA1B0;
--charcoal-500: #808799;
--charcoal-600: #646B7D;
--charcoal-700: #4F5563;
--charcoal-800: #393D47;
--charcoal-900: #24272D;
--charcoal-950: #17181C;
}