Charcoal
#34454C
BlueColor Codes
All color formats for development
HEX
#34454CRGB
rgb(52, 69, 76)HSL
hsl(198, 19%, 25%)OKLCH
oklch(0.379 0.025 225)CMYK
cmyk(32%, 9%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3E44
2#29373D
3#243035
4#1F292E
5#1A2226
6#151B1E
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#435963
2#536E79
3#628290
4#7695A2
5#8DA7B2
6#A4B8C1
7#BBCAD1
8#D1DCE0
9#E8EDF0
Tones
Muted variations
1#35444B
2#364449
3#374348
4#384347
5#3A4246
6#3B4245
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 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9CF | BordersInactive statesPlaceholder text |
| 400 | 95AD #95ADB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7695 #7695A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B79 #5B7986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4860 #48606A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #EAEFF1;
--charcoal-200: #D8E0E4;
--charcoal-300: #B9C9CF;
--charcoal-400: #95ADB7;
--charcoal-500: #7695A2;
--charcoal-600: #5B7986;
--charcoal-700: #48606A;
--charcoal-800: #34454C;
--charcoal-900: #212C31;
--charcoal-950: #151B1E;
}