Charcoal
#46596D
BlueColor Codes
All color formats for development
HEX
#46596DRGB
rgb(70, 89, 109)HSL
hsl(211, 22%, 35%)OKLCH
oklch(0.456 0.04 250)CMYK
cmyk(36%, 18%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5062
2#384757
3#313E4C
4#2A3541
5#232C36
6#1C232C
7#151B21
8#0E1216
9#07090B
Tints
Lighter variations
1#536981
2#5F7A95
3#718AA5
4#869BB1
5#9AACBE
6#AEBCCB
7#C2CDD8
8#D7DEE5
9#EBEEF2
Tones
Muted variations
1#48596B
2#4A5969
3#4C5967
4#4D5965
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 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C4 #B7C4D1 | BordersInactive statesPlaceholder text |
| 400 | 92A5 #92A5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4659 #46596D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | 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: #D7DEE5;
--charcoal-300: #B7C4D1;
--charcoal-400: #92A5B9;
--charcoal-500: #738BA5;
--charcoal-600: #586F89;
--charcoal-700: #46596D;
--charcoal-800: #323F4E;
--charcoal-900: #202932;
--charcoal-950: #14191F;
}