Charcoal
#46556D
BlueColor Codes
All color formats for development
HEX
#46556DRGB
rgb(70, 85, 109)HSL
hsl(217, 22%, 35%)OKLCH
oklch(0.447 0.044 259.7)CMYK
cmyk(36%, 22%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4C62
2#384457
3#313B4C
4#2A3341
5#232A36
6#1C222C
7#151921
8#0E1116
9#07080B
Tints
Lighter variations
1#536481
2#5F7495
3#7185A5
4#8696B1
5#9AA8BE
6#AEB9CB
7#C2CBD8
8#D7DCE5
9#EBEEF2
Tones
Muted variations
1#48556B
2#4A5669
3#4C5667
4#4D5765
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 | 4655 #46556D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202732 | 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: #46556D;
--charcoal-800: #323C4E;
--charcoal-900: #202732;
--charcoal-950: #14181F;
}