Charcoal
#384047
BlueColor Codes
All color formats for development
HEX
#384047RGB
rgb(56, 64, 71)HSL
hsl(208, 12%, 25%)OKLCH
oklch(0.367 0.016 244.6)CMYK
cmyk(21%, 10%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323A40
2#2D3339
3#272D32
4#22272B
5#1C2024
6#161A1D
7#111315
8#0B0D0E
9#060607
Tints
Lighter variations
1#49545D
2#5A6772
3#6B7A88
4#7E8D9A
5#94A0AB
6#A9B3BC
7#BFC6CD
8#D4D9DD
9#EAECEE
Tones
Muted variations
1#394047
2#3A4046
3#3A4045
4#3B4044
5#3C4044
6#3D4043
7#3D4042
8#3E4041
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CB | BordersInactive statesPlaceholder text |
| 400 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8D #7E8D9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6371 #63717E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADEE2;
--charcoal-300: #BDC5CB;
--charcoal-400: #9BA6B0;
--charcoal-500: #7E8D9A;
--charcoal-600: #63717E;
--charcoal-700: #4F5A64;
--charcoal-800: #384047;
--charcoal-900: #24292E;
--charcoal-950: #161A1D;
}