Charcoal
#47546C
BlueColor Codes
All color formats for development
HEX
#47546CRGB
rgb(71, 84, 108)HSL
hsl(219, 21%, 35%)OKLCH
oklch(0.445 0.043 262.5)CMYK
cmyk(34%, 22%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4B61
2#384356
3#313B4C
4#2A3241
5#232A36
6#1C212B
7#151920
8#0E1116
9#07080B
Tints
Lighter variations
1#546380
2#617394
3#7384A3
4#8795B0
5#9BA7BE
6#AFB9CB
7#C3CAD8
8#D7DCE5
9#EBEDF2
Tones
Muted variations
1#48546A
2#4A5568
3#4C5566
4#4E5664
5#505663
6#525761
7#54585F
8#56585D
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 | B8C1 #B8C1D1 | BordersInactive statesPlaceholder text |
| 400 | 93A0 #93A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7485 #7485A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5969 #596988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | 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: #B8C1D1;
--charcoal-400: #93A0B8;
--charcoal-500: #7485A4;
--charcoal-600: #596988;
--charcoal-700: #47546C;
--charcoal-800: #323C4D;
--charcoal-900: #202631;
--charcoal-950: #14181F;
}