Charcoal
#46586D
BlueColor Codes
All color formats for development
HEX
#46586DRGB
rgb(70, 88, 109)HSL
hsl(212, 22%, 35%)OKLCH
oklch(0.454 0.041 252.6)CMYK
cmyk(36%, 19%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4F62
2#384657
3#313E4C
4#2A3541
5#232C36
6#1C232C
7#151A21
8#0E1216
9#07090B
Tints
Lighter variations
1#536881
2#5F7995
3#7189A5
4#869AB1
5#9AABBE
6#AEBCCB
7#C2CDD8
8#D7DDE5
9#EBEEF2
Tones
Muted variations
1#48586B
2#4A5869
3#4C5867
4#4D5865
5#4F5963
6#515961
7#53595F
8#55595D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A4 #92A4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4658 #46586D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B7C3D1;
--charcoal-400: #92A4B9;
--charcoal-500: #738BA5;
--charcoal-600: #586F89;
--charcoal-700: #46586D;
--charcoal-800: #323F4E;
--charcoal-900: #202832;
--charcoal-950: #14191F;
}