Charcoal
#47476C
BlueColor Codes
All color formats for development
HEX
#47476CRGB
rgb(71, 71, 108)HSL
hsl(240, 21%, 35%)OKLCH
oklch(0.414 0.061 283.4)CMYK
cmyk(34%, 34%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F3F61
2#383856
3#31314C
4#2A2A41
5#232336
6#1C1C2B
7#151520
8#0E0E16
9#07070B
Tints
Lighter variations
1#545480
2#616194
3#7373A3
4#8787B0
5#9B9BBE
6#AFAFCB
7#C3C3D8
8#D7D7E5
9#EBEBF2
Tones
Muted variations
1#48486A
2#4A4A68
3#4C4C66
4#4E4E64
5#505063
6#525261
7#54545F
8#56565D
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B8B8D1;
--charcoal-400: #9393B8;
--charcoal-500: #7474A4;
--charcoal-600: #595988;
--charcoal-700: #47476C;
--charcoal-800: #32324D;
--charcoal-900: #202031;
--charcoal-950: #14141F;
}