Charcoal
#394747
CyanColor Codes
All color formats for development
HEX
#394747RGB
rgb(57, 71, 71)HSL
hsl(180, 11%, 25%)OKLCH
oklch(0.386 0.018 196.4)CMYK
cmyk(20%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334040
2#2D3939
3#283232
4#222A2A
5#1C2323
6#171C1C
7#111515
8#0B0E0E
9#060707
Tints
Lighter variations
1#4A5C5C
2#5B7171
3#6C8686
4#809999
5#95AAAA
6#AABBBB
7#BFCCCC
8#D5DDDD
9#EAEEEE
Tones
Muted variations
1#394646
2#3A4545
3#3B4545
4#3C4444
5#3C4343
6#3D4343
7#3E4242
8#3E4141
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE1E1;
--charcoal-300: #BECBCB;
--charcoal-400: #9CB0B0;
--charcoal-500: #809999;
--charcoal-600: #647D7D;
--charcoal-700: #4F6363;
--charcoal-800: #394747;
--charcoal-900: #242D2D;
--charcoal-950: #171C1C;
}