Charcoal
#474F6B
BlueColor Codes
All color formats for development
HEX
#474F6BRGB
rgb(71, 79, 107)HSL
hsl(227, 20%, 35%)OKLCH
oklch(0.432 0.048 272)CMYK
cmyk(34%, 26%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404760
2#393F56
3#32374B
4#2B2F40
5#242836
6#1D202B
7#151820
8#0E1015
9#07080B
Tints
Lighter variations
1#555E7F
2#626D93
3#747EA2
4#8890AF
5#9CA3BD
6#AFB5CA
7#C3C8D7
8#D7DAE4
9#EBEDF2
Tones
Muted variations
1#495069
2#4B5168
3#4D5266
4#4F5364
5#505462
6#525560
7#54565F
8#56575D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949C #949CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757F #757FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A63 #5A6387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D7DAE4;
--charcoal-300: #B9BED0;
--charcoal-400: #949CB8;
--charcoal-500: #757FA3;
--charcoal-600: #5A6387;
--charcoal-700: #474F6B;
--charcoal-800: #33394D;
--charcoal-900: #212431;
--charcoal-950: #14171F;
}