Charcoal
#404372
BlueColor Codes
All color formats for development
HEX
#404372RGB
rgb(64, 67, 114)HSL
hsl(236, 28%, 35%)OKLCH
oklch(0.403 0.079 279.5)CMYK
cmyk(44%, 41%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A3D67
2#33365B
3#2D2F50
4#272945
5#202239
6#1A1B2E
7#131422
8#0D0E17
9#06070B
Tints
Lighter variations
1#4C5087
2#585D9D
3#6A6FAB
4#8083B7
5#9598C3
6#AAADCF
7#BFC1DB
8#D5D6E7
9#EAEAF3
Tones
Muted variations
1#434670
2#45486D
3#484A6B
4#4A4C68
5#4D4E66
6#4F5163
7#525361
8#54555E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D90 #8D90BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C70 #6C70AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5155 #515590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D6E7;
--charcoal-300: #B4B6D5;
--charcoal-400: #8D90BF;
--charcoal-500: #6C70AC;
--charcoal-600: #515590;
--charcoal-700: #404472;
--charcoal-800: #2E3052;
--charcoal-900: #1D1F34;
--charcoal-950: #121321;
}