Charcoal
#404872
BlueColor Codes
All color formats for development
HEX
#404872RGB
rgb(64, 72, 114)HSL
hsl(230, 28%, 35%)OKLCH
oklch(0.414 0.071 274.7)CMYK
cmyk(44%, 37%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4167
2#333A5B
3#2D3350
4#272C45
5#202439
6#1A1D2E
7#131622
8#0D0F17
9#06070B
Tints
Lighter variations
1#4C5687
2#58649D
3#6A75AB
4#8089B7
5#959DC3
6#AAB0CF
7#BFC4DB
8#D5D8E7
9#EAEBF3
Tones
Muted variations
1#434A70
2#454C6D
3#484E6B
4#4A4F68
5#4D5166
6#4F5363
7#525461
8#54565E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D95 #8D95BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C77 #6C77AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515B #515B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D8E7;
--charcoal-300: #B4B9D5;
--charcoal-400: #8D95BF;
--charcoal-500: #6C77AC;
--charcoal-600: #515B90;
--charcoal-700: #404972;
--charcoal-800: #2E3452;
--charcoal-900: #1D2134;
--charcoal-950: #121521;
}