Charcoal
#393B47
BlueColor Codes
All color formats for development
HEX
#393B47RGB
rgb(57, 59, 71)HSL
hsl(231, 11%, 25%)OKLCH
oklch(0.355 0.021 277.8)CMYK
cmyk(20%, 17%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333540
2#2D2F39
3#282932
4#22232A
5#1C1D23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4A4C5C
2#5B5E71
3#6C7086
4#808399
5#9598AA
6#AAADBB
7#BFC1CC
8#D5D6DD
9#EAEAEE
Tones
Muted variations
1#393B46
2#3A3C45
3#3B3C45
4#3C3D44
5#3C3D43
6#3D3E43
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 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CB | BordersInactive statesPlaceholder text |
| 400 | 9C9F #9C9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8083 #808399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6468 #64687D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | 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: #DADBE1;
--charcoal-300: #BEC0CB;
--charcoal-400: #9C9FB0;
--charcoal-500: #808399;
--charcoal-600: #64687D;
--charcoal-700: #4F5263;
--charcoal-800: #393B47;
--charcoal-900: #24262D;
--charcoal-950: #17181C;
}