Charcoal
#343E4C
BlueColor Codes
All color formats for development
HEX
#343E4CRGB
rgb(52, 62, 76)HSL
hsl(215, 19%, 25%)OKLCH
oklch(0.361 0.028 256.8)CMYK
cmyk(32%, 18%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3844
2#29313D
3#242B35
4#1F252E
5#1A1F26
6#15191E
7#0F1317
8#0A0C0F
9#050608
Tints
Lighter variations
1#435063
2#536379
3#627590
4#7689A2
5#8D9CB2
6#A4B0C1
7#BBC4D1
8#D1D8E0
9#E8EBF0
Tones
Muted variations
1#353E4B
2#363E49
3#373E48
4#383F47
5#3A3F46
6#3B3F45
7#3C3F43
8#3D3F42
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 | B9C2 #B9C2CF | BordersInactive statesPlaceholder text |
| 400 | 95A3 #95A3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7689 #7689A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6D #5B6D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4856 #48566A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343E #343E4C | 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: #B9C2CF;
--charcoal-400: #95A3B7;
--charcoal-500: #7689A2;
--charcoal-600: #5B6D86;
--charcoal-700: #48566A;
--charcoal-800: #343E4C;
--charcoal-900: #212831;
--charcoal-950: #15191E;
}