Charcoal
#404972
BlueColor Codes
All color formats for development
HEX
#404972RGB
rgb(64, 73, 114)HSL
hsl(229, 28%, 35%)OKLCH
oklch(0.416 0.07 273.6)CMYK
cmyk(44%, 36%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4267
2#333B5B
3#2D3350
4#272C45
5#202539
6#1A1D2E
7#131622
8#0D0F17
9#06070B
Tints
Lighter variations
1#4C5787
2#58659D
3#6A76AB
4#808AB7
5#959DC3
6#AAB1CF
7#BFC4DB
8#D5D8E7
9#EAEBF3
Tones
Muted variations
1#434B70
2#454D6D
3#484E6B
4#4A5068
5#4D5166
6#4F5363
7#525561
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 | B4BA #B4BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8D96 #8D96BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C78 #6C78AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515C #515C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | 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: #B4BAD5;
--charcoal-400: #8D96BF;
--charcoal-500: #6C78AC;
--charcoal-600: #515C90;
--charcoal-700: #404972;
--charcoal-800: #2E3452;
--charcoal-900: #1D2234;
--charcoal-950: #121521;
}