Charcoal
#46536D
BlueColor Codes
All color formats for development
HEX
#46536DRGB
rgb(70, 83, 109)HSL
hsl(220, 22%, 35%)OKLCH
oklch(0.442 0.046 263.9)CMYK
cmyk(36%, 24%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4A62
2#384257
3#313A4C
4#2A3241
5#232936
6#1C212C
7#151921
8#0E1116
9#07080B
Tints
Lighter variations
1#536281
2#5F7195
3#7182A5
4#8694B1
5#9AA6BE
6#AEB8CB
7#C2CAD8
8#D7DBE5
9#EBEDF2
Tones
Muted variations
1#48536B
2#4A5469
3#4C5567
4#4D5565
5#4F5663
6#515761
7#53575F
8#55585D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 929F #929FB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7384 #7384A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5868 #586889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B7C0D1;
--charcoal-400: #929FB9;
--charcoal-500: #7384A5;
--charcoal-600: #586889;
--charcoal-700: #46536D;
--charcoal-800: #323B4E;
--charcoal-900: #202632;
--charcoal-950: #14181F;
}