Charcoal
#405172
BlueColor Codes
All color formats for development
HEX
#405172RGB
rgb(64, 81, 114)HSL
hsl(220, 28%, 35%)OKLCH
oklch(0.435 0.059 263.2)CMYK
cmyk(44%, 29%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4967
2#33415B
3#2D3950
4#273145
5#202839
6#1A202E
7#131822
8#0D1017
9#06080B
Tints
Lighter variations
1#4C6087
2#586F9D
3#6A80AB
4#8092B7
5#95A4C3
6#AAB7CF
7#BFC9DB
8#D5DBE7
9#EAEDF3
Tones
Muted variations
1#435270
2#45536D
3#48536B
4#4A5468
5#4D5566
6#4F5663
7#525761
8#54585E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C82 #6C82AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5166 #516690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4051 #405172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B4BFD5;
--charcoal-400: #8D9DBF;
--charcoal-500: #6C82AC;
--charcoal-600: #516690;
--charcoal-700: #405172;
--charcoal-800: #2E3A52;
--charcoal-900: #1D2534;
--charcoal-950: #121721;
}