Charcoal
#34444C
BlueColor Codes
All color formats for development
HEX
#34444CRGB
rgb(52, 68, 76)HSL
hsl(200, 19%, 25%)OKLCH
oklch(0.376 0.025 229.8)CMYK
cmyk(32%, 11%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3D44
2#29363D
3#242F35
4#1F292E
5#1A2226
6#151B1E
7#0F1417
8#0A0E0F
9#050708
Tints
Lighter variations
1#435863
2#536C79
3#628190
4#7694A2
5#8DA5B2
6#A4B7C1
7#BBC9D1
8#D1DBE0
9#E8EDF0
Tones
Muted variations
1#35434B
2#364349
3#374348
4#384247
5#3A4246
6#3B4145
7#3C4143
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D8E0E4;
--charcoal-300: #B9C8CF;
--charcoal-400: #95ABB7;
--charcoal-500: #7694A2;
--charcoal-600: #5B7786;
--charcoal-700: #485F6A;
--charcoal-800: #34444C;
--charcoal-900: #212B31;
--charcoal-950: #151B1E;
}