Charcoal
#404272
BlueColor Codes
All color formats for development
HEX
#404272RGB
rgb(64, 66, 114)HSL
hsl(238, 28%, 35%)OKLCH
oklch(0.401 0.08 280.3)CMYK
cmyk(44%, 42%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A3B67
2#33355B
3#2D2E50
4#272845
5#202139
6#1A1A2E
7#131422
8#0D0D17
9#06070B
Tints
Lighter variations
1#4C4E87
2#585A9D
3#6A6DAB
4#8082B7
5#9596C3
6#AAABCF
7#BFC0DB
8#D5D5E7
9#EAEAF3
Tones
Muted variations
1#434470
2#45476D
3#48496B
4#4A4B68
5#4D4E66
6#4F5063
7#525261
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B5 #B4B5D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8E #8D8EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6E #6C6EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5153 #515390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4042 #404272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2F #2E2F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E34 | 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: #E8E8F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B4B5D5;
--charcoal-400: #8D8EBF;
--charcoal-500: #6C6EAC;
--charcoal-600: #515390;
--charcoal-700: #404272;
--charcoal-800: #2E2F52;
--charcoal-900: #1D1E34;
--charcoal-950: #121321;
}