Charcoal
#343D4B
BlueColor Codes
All color formats for development
HEX
#343D4BRGB
rgb(52, 61, 75)HSL
hsl(217, 18%, 25%)OKLCH
oklch(0.358 0.027 259.1)CMYK
cmyk(31%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3744
2#2A313C
3#252B35
4#1F252D
5#1A1F26
6#15181E
7#101217
8#0A0C0F
9#050608
Tints
Lighter variations
1#444F62
2#546278
3#63748F
4#7887A1
5#8E9BB1
6#A5AFC0
7#BBC3D0
8#D2D7E0
9#E8EBEF
Tones
Muted variations
1#353D4A
2#373E49
3#383E48
4#393E47
5#3A3E45
6#3B3F44
7#3C3F43
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 #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CF | BordersInactive statesPlaceholder text |
| 400 | 96A2 #96A2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7887 #7887A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6B #5C6B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4956 #495669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | 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: #EAECF0;
--charcoal-200: #D8DCE4;
--charcoal-300: #BAC2CF;
--charcoal-400: #96A2B6;
--charcoal-500: #7887A1;
--charcoal-600: #5C6B84;
--charcoal-700: #495669;
--charcoal-800: #343D4B;
--charcoal-900: #212730;
--charcoal-950: #15181E;
}