Charcoal
#404572
BlueColor Codes
All color formats for development
HEX
#404572RGB
rgb(64, 69, 114)HSL
hsl(234, 28%, 35%)OKLCH
oklch(0.407 0.075 277.7)CMYK
cmyk(44%, 39%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A3E67
2#33375B
3#2D3050
4#272A45
5#202339
6#1A1C2E
7#131522
8#0D0E17
9#06070B
Tints
Lighter variations
1#4C5287
2#585F9D
3#6A71AB
4#8085B7
5#959AC3
6#AAAECF
7#BFC2DB
8#D5D6E7
9#EAEBF3
Tones
Muted variations
1#434770
2#45496D
3#484B6B
4#4A4D68
5#4D4F66
6#4F5163
7#525361
8#54555E
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 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D92 #8D92BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C73 #6C73AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5157 #515790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4045 #404572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | 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: #D5D6E7;
--charcoal-300: #B4B7D5;
--charcoal-400: #8D92BF;
--charcoal-500: #6C73AC;
--charcoal-600: #515790;
--charcoal-700: #404572;
--charcoal-800: #2E3152;
--charcoal-900: #1D2034;
--charcoal-950: #121421;
}