Charcoal
#393A47
BlueColor Codes
All color formats for development
HEX
#393A47RGB
rgb(57, 58, 71)HSL
hsl(236, 11%, 25%)OKLCH
oklch(0.353 0.023 281.7)CMYK
cmyk(20%, 18%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333440
2#2D2E39
3#282832
4#22232A
5#1C1D23
6#17171C
7#111115
8#0B0C0E
9#060607
Tints
Lighter variations
1#4A4B5C
2#5B5C71
3#6C6E86
4#808199
5#9596AA
6#AAABBB
7#BFC0CC
8#D5D5DD
9#EAEAEE
Tones
Muted variations
1#393A46
2#3A3B45
3#3B3B45
4#3C3C44
5#3C3D43
6#3D3D43
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 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9D #9C9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8081 #808199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6466 #64667D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADBE1;
--charcoal-300: #BEBFCB;
--charcoal-400: #9C9DB0;
--charcoal-500: #808199;
--charcoal-600: #64667D;
--charcoal-700: #4F5163;
--charcoal-800: #393A47;
--charcoal-900: #24252D;
--charcoal-950: #17171C;
}