Charcoal
#47656B
CyanColor Codes
All color formats for development
HEX
#47656BRGB
rgb(71, 101, 107)HSL
hsl(190, 20%, 35%)OKLCH
oklch(0.486 0.036 211.4)CMYK
cmyk(34%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405B60
2#395156
3#32474B
4#2B3D40
5#243336
6#1D282B
7#151E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#55787F
2#628B93
3#749AA2
4#88A9AF
5#9CB7BD
6#AFC6CA
7#C3D4D7
8#D7E2E4
9#EBF1F2
Tones
Muted variations
1#496469
2#4B6368
3#4D6266
4#4F6064
5#505F62
6#525E60
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 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CC #B9CCD0 | BordersInactive statesPlaceholder text |
| 400 | 94B2 #94B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759C #759CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7F #5A7F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3348 #33484D | 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: #EAF0F1;
--charcoal-200: #D7E2E4;
--charcoal-300: #B9CCD0;
--charcoal-400: #94B2B8;
--charcoal-500: #759CA3;
--charcoal-600: #5A7F87;
--charcoal-700: #47656B;
--charcoal-800: #33484D;
--charcoal-900: #212E31;
--charcoal-950: #141D1F;
}