Charcoal
#34484B
CyanColor Codes
All color formats for development
HEX
#34484BRGB
rgb(52, 72, 75)HSL
hsl(188, 18%, 25%)OKLCH
oklch(0.386 0.026 207.6)CMYK
cmyk(31%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4144
2#2A3A3C
3#253335
4#1F2B2D
5#1A2426
6#151D1E
7#101617
8#0A0E0F
9#050708
Tints
Lighter variations
1#445E62
2#547378
3#63898F
4#789BA1
5#8EACB1
6#A5BDC0
7#BBCDD0
8#D2DEE0
9#E8EEEF
Tones
Muted variations
1#35474A
2#374649
3#384648
4#394547
5#3A4445
6#3B4344
7#3C4243
8#3D4142
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCF | BordersInactive statesPlaceholder text |
| 400 | 96B2 #96B2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789B #789BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7F #5C7F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4965 #496569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3448 #34484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D8E2E4;
--charcoal-300: #BACCCF;
--charcoal-400: #96B2B6;
--charcoal-500: #789BA1;
--charcoal-600: #5C7F84;
--charcoal-700: #496569;
--charcoal-800: #34484B;
--charcoal-900: #212E30;
--charcoal-950: #151D1E;
}