Charcoal
#47666B
CyanColor Codes
All color formats for development
HEX
#47666BRGB
rgb(71, 102, 107)HSL
hsl(188, 20%, 35%)OKLCH
oklch(0.488 0.037 208.5)CMYK
cmyk(34%, 5%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405C60
2#395256
3#32484B
4#2B3D40
5#243336
6#1D292B
7#151F20
8#0E1415
9#070A0B
Tints
Lighter variations
1#55797F
2#628C93
3#749CA2
4#88AAAF
5#9CB8BD
6#AFC6CA
7#C3D5D7
8#D7E3E4
9#EBF1F2
Tones
Muted variations
1#496569
2#4B6468
3#4D6266
4#4F6164
5#506062
6#525E60
7#545D5F
8#565C5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B3 #94B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759D #759DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A81 #5A8187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3349 #33494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #EAF0F1;
--charcoal-200: #D7E3E4;
--charcoal-300: #B9CDD0;
--charcoal-400: #94B3B8;
--charcoal-500: #759DA3;
--charcoal-600: #5A8187;
--charcoal-700: #47666B;
--charcoal-800: #33494D;
--charcoal-900: #212F31;
--charcoal-950: #141D1F;
}