Charcoal
#404772
BlueColor Codes
All color formats for development
HEX
#404772RGB
rgb(64, 71, 114)HSL
hsl(232, 28%, 35%)OKLCH
oklch(0.412 0.072 275.7)CMYK
cmyk(44%, 38%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4067
2#33395B
3#2D3250
4#272B45
5#202339
6#1A1C2E
7#131522
8#0D0E17
9#06070B
Tints
Lighter variations
1#4C5487
2#58619D
3#6A73AB
4#8087B7
5#959BC3
6#AAAFCF
7#BFC3DB
8#D5D7E7
9#EAEBF3
Tones
Muted variations
1#434970
2#454B6D
3#484C6B
4#4A4E68
5#4D5066
6#4F5263
7#525461
8#54565E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D7E7;
--charcoal-300: #B4B8D5;
--charcoal-400: #8D93BF;
--charcoal-500: #6C75AC;
--charcoal-600: #515990;
--charcoal-700: #404772;
--charcoal-800: #2E3352;
--charcoal-900: #1D2034;
--charcoal-950: #121421;
}