Charcoal
#394047
BlueColor Codes
All color formats for development
HEX
#394047RGB
rgb(57, 64, 71)HSL
hsl(210, 11%, 25%)OKLCH
oklch(0.368 0.015 248.2)CMYK
cmyk(20%, 10%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333940
2#2D3339
3#282D32
4#22262A
5#1C2023
6#17191C
7#111315
8#0B0D0E
9#060607
Tints
Lighter variations
1#4A535C
2#5B6671
3#6C7986
4#808C99
5#959FAA
6#AAB3BB
7#BFC6CC
8#D5D9DD
9#EAECEE
Tones
Muted variations
1#394046
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 | BEC4 #BEC4CB | BordersInactive statesPlaceholder text |
| 400 | 9CA6 #9CA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808C #808C99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6470 #64707D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5963 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394047 | 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: #BEC4CB;
--charcoal-400: #9CA6B0;
--charcoal-500: #808C99;
--charcoal-600: #64707D;
--charcoal-700: #4F5963;
--charcoal-800: #394047;
--charcoal-900: #24292D;
--charcoal-950: #171A1C;
}