Charcoal
#47656C
CyanColor Codes
All color formats for development
HEX
#47656CRGB
rgb(71, 101, 108)HSL
hsl(191, 21%, 35%)OKLCH
oklch(0.486 0.037 213.8)CMYK
cmyk(34%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5B61
2#385156
3#31474C
4#2A3D41
5#233336
6#1C282B
7#151E20
8#0E1416
9#070A0B
Tints
Lighter variations
1#547880
2#618B94
3#739AA3
4#87A9B0
5#9BB7BE
6#AFC6CB
7#C3D4D8
8#D7E2E5
9#EBF1F2
Tones
Muted variations
1#48646A
2#4A6368
3#4C6266
4#4E6064
5#505F63
6#525E61
7#545D5F
8#565C5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CC #B8CCD1 | BordersInactive statesPlaceholder text |
| 400 | 93B2 #93B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749C #749CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597F #597F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484D | 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: #E9F0F1;
--charcoal-200: #D7E2E5;
--charcoal-300: #B8CCD1;
--charcoal-400: #93B2B8;
--charcoal-500: #749CA4;
--charcoal-600: #597F88;
--charcoal-700: #47656C;
--charcoal-800: #32484D;
--charcoal-900: #202E31;
--charcoal-950: #141D1F;
}