Charcoal
#46466D
BlueColor Codes
All color formats for development
HEX
#46466DRGB
rgb(70, 70, 109)HSL
hsl(240, 22%, 35%)OKLCH
oklch(0.412 0.065 283.2)CMYK
cmyk(36%, 36%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F3F62
2#383857
3#31314C
4#2A2A41
5#232336
6#1C1C2C
7#151521
8#0E0E16
9#07070B
Tints
Lighter variations
1#535381
2#5F5F95
3#7171A5
4#8686B1
5#9A9ABE
6#AEAECB
7#C2C2D8
8#D7D7E5
9#EBEBF2
Tones
Muted variations
1#48486B
2#4A4A69
3#4C4C67
4#4D4D65
5#4F4F63
6#515161
7#53535F
8#55555D
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B7B7D1;
--charcoal-400: #9292B9;
--charcoal-500: #7373A5;
--charcoal-600: #585889;
--charcoal-700: #46466D;
--charcoal-800: #32324E;
--charcoal-900: #202032;
--charcoal-950: #14141F;
}