Charcoal
#343B4C
BlueColor Codes
All color formats for development
HEX
#343B4CRGB
rgb(52, 59, 76)HSL
hsl(222, 19%, 25%)OKLCH
oklch(0.353 0.031 267.3)CMYK
cmyk(32%, 22%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3544
2#292F3D
3#242935
4#1F232E
5#1A1D26
6#15181E
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#434D63
2#535E79
3#627090
4#7684A2
5#8D98B2
6#A4ADC1
7#BBC1D1
8#D1D6E0
9#E8EAF0
Tones
Muted variations
1#353B4B
2#363C49
3#373C48
4#383D47
5#3A3D46
6#3B3E45
7#3C3E43
8#3D3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C0 #B9C0CF | BordersInactive statesPlaceholder text |
| 400 | 959F #959FB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7684 #7684A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B68 #5B6886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4852 #48526A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D8DBE4;
--charcoal-300: #B9C0CF;
--charcoal-400: #959FB7;
--charcoal-500: #7684A2;
--charcoal-600: #5B6886;
--charcoal-700: #48526A;
--charcoal-800: #343B4C;
--charcoal-900: #212631;
--charcoal-950: #15181E;
}