Charcoal
#393947
BlueColor Codes
All color formats for development
HEX
#393947RGB
rgb(57, 57, 71)HSL
hsl(240, 11%, 25%)OKLCH
oklch(0.35 0.024 285.1)CMYK
cmyk(20%, 20%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333340
2#2D2D39
3#282832
4#22222A
5#1C1C23
6#17171C
7#111115
8#0B0B0E
9#060607
Tints
Lighter variations
1#4A4A5C
2#5B5B71
3#6C6C86
4#808099
5#9595AA
6#AAAABB
7#BFBFCC
8#D5D5DD
9#EAEAEE
Tones
Muted variations
1#393946
2#3A3A45
3#3B3B45
4#3C3C44
5#3C3C43
6#3D3D43
7#3E3E42
8#3E3E41
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 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | 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: #DADAE1;
--charcoal-300: #BEBECB;
--charcoal-400: #9C9CB0;
--charcoal-500: #808099;
--charcoal-600: #64647D;
--charcoal-700: #4F4F63;
--charcoal-800: #393947;
--charcoal-900: #24242D;
--charcoal-950: #17171C;
}