Charcoal
#405272
BlueColor Codes
All color formats for development
HEX
#405272RGB
rgb(64, 82, 114)HSL
hsl(218, 28%, 35%)OKLCH
oklch(0.437 0.058 261.6)CMYK
cmyk(44%, 28%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4A67
2#33425B
3#2D3A50
4#273245
5#202939
6#1A212E
7#131922
8#0D1117
9#06080B
Tints
Lighter variations
1#4C6287
2#58719D
3#6A82AB
4#8094B7
5#95A6C3
6#AAB8CF
7#BFCADB
8#D5DBE7
9#EAEDF3
Tones
Muted variations
1#435370
2#45546D
3#48556B
4#4A5568
5#4D5666
6#4F5763
7#525761
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 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C0 #B4C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8D9F #8D9FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C84 #6C84AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5168 #516890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3B #2E3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | 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: #D5DBE7;
--charcoal-300: #B4C0D5;
--charcoal-400: #8D9FBF;
--charcoal-500: #6C84AC;
--charcoal-600: #516890;
--charcoal-700: #405372;
--charcoal-800: #2E3B52;
--charcoal-900: #1D2634;
--charcoal-950: #121821;
}