Charcoal
#47676C
CyanColor Codes
All color formats for development
HEX
#47676CRGB
rgb(71, 103, 108)HSL
hsl(188, 21%, 35%)OKLCH
oklch(0.491 0.038 208.1)CMYK
cmyk(34%, 5%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5D61
2#385256
3#31484C
4#2A3E41
5#233336
6#1C292B
7#151F20
8#0E1516
9#070A0B
Tints
Lighter variations
1#547A80
2#618D94
3#739DA3
4#87ABB0
5#9BB9BE
6#AFC7CB
7#C3D5D8
8#D7E3E5
9#EBF1F2
Tones
Muted variations
1#48666A
2#4A6468
3#4C6366
4#4E6164
5#506063
6#525F61
7#545D5F
8#565C5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CD #B8CDD1 | BordersInactive statesPlaceholder text |
| 400 | 93B3 #93B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749E #749EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5981 #598188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4767 #47676C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #F6F9F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D7E3E5;
--charcoal-300: #B8CDD1;
--charcoal-400: #93B3B8;
--charcoal-500: #749EA4;
--charcoal-600: #598188;
--charcoal-700: #47676C;
--charcoal-800: #324A4D;
--charcoal-900: #202F31;
--charcoal-950: #141D1F;
}