Charcoal
#47646B
CyanColor Codes
All color formats for development
HEX
#47646BRGB
rgb(71, 100, 107)HSL
hsl(192, 20%, 35%)OKLCH
oklch(0.483 0.036 214.3)CMYK
cmyk(34%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405A60
2#395056
3#32464B
4#2B3C40
5#243236
6#1D282B
7#151E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#55777F
2#628993
3#7499A2
4#88A7AF
5#9CB6BD
6#AFC5CA
7#C3D3D7
8#D7E2E4
9#EBF0F2
Tones
Muted variations
1#496369
2#4B6268
3#4D6166
4#4F6064
5#505F62
6#525E60
7#545C5F
8#565B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94B0 #94B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759A #759AA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7E #5A7E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4764 #47646B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E2E4;
--charcoal-300: #B9CBD0;
--charcoal-400: #94B0B8;
--charcoal-500: #759AA3;
--charcoal-600: #5A7E87;
--charcoal-700: #47646B;
--charcoal-800: #33474D;
--charcoal-900: #212E31;
--charcoal-950: #141D1F;
}