Charcoal
#34464C
BlueColor Codes
All color formats for development
HEX
#34464CRGB
rgb(52, 70, 76)HSL
hsl(195, 19%, 25%)OKLCH
oklch(0.381 0.025 220.3)CMYK
cmyk(32%, 8%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3F44
2#29383D
3#243135
4#1F2A2E
5#1A2326
6#151C1E
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#435B63
2#537079
3#628590
4#7697A2
5#8DA8B2
6#A4BAC1
7#BBCBD1
8#D1DCE0
9#E8EEF0
Tones
Muted variations
1#35454B
2#364549
3#374448
4#384347
5#3A4346
6#3B4245
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 #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AE #95AEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7697 #7697A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7B #5B7B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4862 #48626A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | 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: #EAEFF1;
--charcoal-200: #D8E1E4;
--charcoal-300: #B9CACF;
--charcoal-400: #95AEB7;
--charcoal-500: #7697A2;
--charcoal-600: #5B7B86;
--charcoal-700: #48626A;
--charcoal-800: #34464C;
--charcoal-900: #212D31;
--charcoal-950: #151C1E;
}