Charcoal
#34464B
CyanColor Codes
All color formats for development
HEX
#34464BRGB
rgb(52, 70, 75)HSL
hsl(193, 18%, 25%)OKLCH
oklch(0.381 0.024 216.6)CMYK
cmyk(31%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3F44
2#2A383C
3#253135
4#1F2A2D
5#1A2326
6#151C1E
7#101517
8#0A0E0F
9#050708
Tints
Lighter variations
1#445B62
2#547078
3#63858F
4#7898A1
5#8EA9B1
6#A5BAC0
7#BBCBD0
8#D2DDE0
9#E8EEEF
Tones
Muted variations
1#35464A
2#374549
3#384448
4#394447
5#3A4345
6#3B4244
7#3C4243
8#3D4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7898 #7898A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4962 #496269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E4;
--charcoal-300: #BACACF;
--charcoal-400: #96AFB6;
--charcoal-500: #7898A1;
--charcoal-600: #5C7C84;
--charcoal-700: #496269;
--charcoal-800: #34464B;
--charcoal-900: #212D30;
--charcoal-950: #151C1E;
}