Charcoal
#46506D
BlueColor Codes
All color formats for development
HEX
#46506DRGB
rgb(70, 80, 109)HSL
hsl(225, 22%, 35%)OKLCH
oklch(0.435 0.05 269.6)CMYK
cmyk(36%, 27%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4762
2#384057
3#31384C
4#2A3041
5#232836
6#1C202C
7#151821
8#0E1016
9#07080B
Tints
Lighter variations
1#535E81
2#5F6D95
3#717EA5
4#8691B1
5#9AA3BE
6#AEB5CB
7#C2C8D8
8#D7DAE5
9#EBEDF2
Tones
Muted variations
1#48506B
2#4A5169
3#4C5267
4#4D5365
5#4F5463
6#515561
7#53565F
8#55575D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BE #B7BED1 | BordersInactive statesPlaceholder text |
| 400 | 929C #929CB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7380 #7380A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5864 #586489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464F #464F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B7BED1;
--charcoal-400: #929CB9;
--charcoal-500: #7380A5;
--charcoal-600: #586489;
--charcoal-700: #464F6D;
--charcoal-800: #32394E;
--charcoal-900: #202432;
--charcoal-950: #14171F;
}