Charcoal
#343F4C
BlueColor Codes
All color formats for development
HEX
#343F4CRGB
rgb(52, 63, 76)HSL
hsl(213, 19%, 25%)OKLCH
oklch(0.363 0.027 252.8)CMYK
cmyk(32%, 17%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3844
2#29323D
3#242C35
4#1F262E
5#1A1F26
6#15191E
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#435163
2#536479
3#627790
4#768AA2
5#8D9EB2
6#A4B1C1
7#BBC5D1
8#D1D8E0
9#E8ECF0
Tones
Muted variations
1#353F4B
2#363F49
3#373F48
4#383F47
5#3A3F46
6#3B3F45
7#3C3F43
8#3D4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C3 #B9C3CF | BordersInactive statesPlaceholder text |
| 400 | 95A4 #95A4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768A #768AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6E #5B6E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4858 #48586A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D8DDE4;
--charcoal-300: #B9C3CF;
--charcoal-400: #95A4B7;
--charcoal-500: #768AA2;
--charcoal-600: #5B6E86;
--charcoal-700: #48586A;
--charcoal-800: #343F4C;
--charcoal-900: #212831;
--charcoal-950: #15191E;
}