Charcoal
#405472
BlueColor Codes
All color formats for development
HEX
#405472RGB
rgb(64, 84, 114)HSL
hsl(216, 28%, 35%)OKLCH
oklch(0.442 0.056 258.3)CMYK
cmyk(44%, 26%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4C67
2#33435B
3#2D3B50
4#273345
5#202A39
6#1A222E
7#131922
8#0D1117
9#06080B
Tints
Lighter variations
1#4C6487
2#58749D
3#6A84AB
4#8096B7
5#95A7C3
6#AAB9CF
7#BFCADB
8#D5DCE7
9#EAEDF3
Tones
Muted variations
1#435570
2#45556D
3#48566B
4#4A5668
5#4D5766
6#4F5763
7#525861
8#54585E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C1 #B4C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA1 #8DA1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C86 #6C86AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516A #516A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4054 #405472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DCE7;
--charcoal-300: #B4C1D5;
--charcoal-400: #8DA1BF;
--charcoal-500: #6C86AC;
--charcoal-600: #516A90;
--charcoal-700: #405472;
--charcoal-800: #2E3C52;
--charcoal-900: #1D2734;
--charcoal-950: #121821;
}