Charcoal
#46546D
BlueColor Codes
All color formats for development
HEX
#46546DRGB
rgb(70, 84, 109)HSL
hsl(218, 22%, 35%)OKLCH
oklch(0.444 0.045 261.9)CMYK
cmyk(36%, 23%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4C62
2#384357
3#313B4C
4#2A3241
5#232A36
6#1C222C
7#151921
8#0E1116
9#07080B
Tints
Lighter variations
1#536481
2#5F7395
3#7184A5
4#8696B1
5#9AA7BE
6#AEB9CB
7#C2CAD8
8#D7DCE5
9#EBEDF2
Tones
Muted variations
1#48556B
2#4A5569
3#4C5667
4#4D5665
5#4F5763
6#515761
7#53585F
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 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4654 #46546D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | 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: #D7DCE5;
--charcoal-300: #B7C1D1;
--charcoal-400: #92A1B9;
--charcoal-500: #7386A5;
--charcoal-600: #586A89;
--charcoal-700: #46546D;
--charcoal-800: #323C4E;
--charcoal-900: #202632;
--charcoal-950: #14181F;
}