Charcoal
#343C4C
BlueColor Codes
All color formats for development
HEX
#343C4CRGB
rgb(52, 60, 76)HSL
hsl(220, 19%, 25%)OKLCH
oklch(0.356 0.03 264.1)CMYK
cmyk(32%, 21%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3644
2#29303D
3#242A35
4#1F242E
5#1A1E26
6#15181E
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#434E63
2#536079
3#627190
4#7685A2
5#8D99B2
6#A4AEC1
7#BBC2D1
8#D1D6E0
9#E8EBF0
Tones
Muted variations
1#353C4B
2#363D49
3#373D48
4#383D47
5#3A3E46
6#3B3E45
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 #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A0 #95A0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7685 #7685A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B69 #5B6986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4854 #48546A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4C | 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: #D8DCE4;
--charcoal-300: #B9C1CF;
--charcoal-400: #95A0B7;
--charcoal-500: #7685A2;
--charcoal-600: #5B6986;
--charcoal-700: #48546A;
--charcoal-800: #343C4C;
--charcoal-900: #212631;
--charcoal-950: #15181E;
}