Charcoal
#47536C
BlueColor Codes
All color formats for development
HEX
#47536CRGB
rgb(71, 83, 108)HSL
hsl(221, 21%, 35%)OKLCH
oklch(0.442 0.044 264.7)CMYK
cmyk(34%, 23%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4A61
2#384256
3#313A4C
4#2A3141
5#232936
6#1C212B
7#151920
8#0E1016
9#07080B
Tints
Lighter variations
1#546280
2#617194
3#7382A3
4#8794B0
5#9BA6BE
6#AFB8CB
7#C3C9D8
8#D7DBE5
9#EBEDF2
Tones
Muted variations
1#48536A
2#4A5468
3#4C5466
4#4E5564
5#505663
6#525761
7#54575F
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 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C0 #B8C0D1 | BordersInactive statesPlaceholder text |
| 400 | 939F #939FB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5968 #596888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4D | 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: #D7DBE5;
--charcoal-300: #B8C0D1;
--charcoal-400: #939FB8;
--charcoal-500: #7483A4;
--charcoal-600: #596888;
--charcoal-700: #47526C;
--charcoal-800: #323B4D;
--charcoal-900: #202631;
--charcoal-950: #14181F;
}