Charcoal
#47646C
CyanColor Codes
All color formats for development
HEX
#47646CRGB
rgb(71, 100, 108)HSL
hsl(193, 21%, 35%)OKLCH
oklch(0.484 0.036 216.7)CMYK
cmyk(34%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5A61
2#385056
3#31464C
4#2A3C41
5#233236
6#1C282B
7#151E20
8#0E1416
9#070A0B
Tints
Lighter variations
1#547680
2#618994
3#7399A3
4#87A7B0
5#9BB6BE
6#AFC5CB
7#C3D3D8
8#D7E2E5
9#EBF0F2
Tones
Muted variations
1#48636A
2#4A6268
3#4C6166
4#4E6064
5#505F63
6#525D61
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 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CB #B8CBD1 | BordersInactive statesPlaceholder text |
| 400 | 93B0 #93B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749A #749AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597E #597E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4764 #47646C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3247 #32474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E31 | 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: #E9EFF1;
--charcoal-200: #D7E2E5;
--charcoal-300: #B8CBD1;
--charcoal-400: #93B0B8;
--charcoal-500: #749AA4;
--charcoal-600: #597E88;
--charcoal-700: #47646C;
--charcoal-800: #32474D;
--charcoal-900: #202E31;
--charcoal-950: #141D1F;
}