Charcoal
#404A72
BlueColor Codes
All color formats for development
HEX
#404A72RGB
rgb(64, 74, 114)HSL
hsl(228, 28%, 35%)OKLCH
oklch(0.419 0.068 272.5)CMYK
cmyk(44%, 35%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4367
2#333B5B
3#2D3450
4#272D45
5#202539
6#1A1E2E
7#131622
8#0D0F17
9#06070B
Tints
Lighter variations
1#4C5887
2#58669D
3#6A77AB
4#808BB7
5#959EC3
6#AAB2CF
7#BFC5DB
8#D5D8E7
9#EAECF3
Tones
Muted variations
1#434C70
2#454D6D
3#484F6B
4#4A5068
5#4D5266
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 | 8D97 #8D97BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C79 #6C79AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515D #515D90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404A #404A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E35 #2E3552 | 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: #8D97BF;
--charcoal-500: #6C79AC;
--charcoal-600: #515D90;
--charcoal-700: #404A72;
--charcoal-800: #2E3552;
--charcoal-900: #1D2234;
--charcoal-950: #121521;
}