Charcoal
#394147
BlueColor Codes
All color formats for development
HEX
#394147RGB
rgb(57, 65, 71)HSL
hsl(206, 11%, 25%)OKLCH
oklch(0.37 0.015 240.3)CMYK
cmyk(20%, 8%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333A40
2#2D3439
3#282D32
4#22272A
5#1C2023
6#171A1C
7#111315
8#0B0D0E
9#060607
Tints
Lighter variations
1#4A545C
2#5B6771
3#6C7B86
4#808E99
5#95A1AA
6#AAB4BB
7#BFC6CC
8#D5D9DD
9#EAECEE
Tones
Muted variations
1#394146
2#3A4045
3#3B4045
4#3C4044
5#3C4043
6#3D4043
7#3E4042
8#3E4041
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC5 #BEC5CB | BordersInactive statesPlaceholder text |
| 400 | 9CA7 #9CA7B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808E #808E99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6472 #64727D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADEE1;
--charcoal-300: #BEC5CB;
--charcoal-400: #9CA7B0;
--charcoal-500: #808E99;
--charcoal-600: #64727D;
--charcoal-700: #4F5B63;
--charcoal-800: #394147;
--charcoal-900: #24292D;
--charcoal-950: #171A1C;
}