Charcoal
#384747
CyanColor Codes
All color formats for development
HEX
#384747RGB
rgb(56, 71, 71)HSL
hsl(180, 12%, 25%)OKLCH
oklch(0.385 0.019 196.4)CMYK
cmyk(21%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324040
2#2D3939
3#273232
4#222B2B
5#1C2424
6#161D1D
7#111515
8#0B0E0E
9#060707
Tints
Lighter variations
1#495D5D
2#5A7272
3#6B8888
4#7E9A9A
5#94ABAB
6#A9BCBC
7#BFCDCD
8#D4DDDD
9#EAEEEE
Tones
Muted variations
1#394747
2#3A4646
3#3A4545
4#3B4444
5#3C4444
6#3D4343
7#3D4242
8#3E4141
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE2E2;
--charcoal-300: #BDCBCB;
--charcoal-400: #9BB0B0;
--charcoal-500: #7E9A9A;
--charcoal-600: #637E7E;
--charcoal-700: #4F6464;
--charcoal-800: #384747;
--charcoal-900: #242E2E;
--charcoal-950: #161D1D;
}