Charcoal
#474F6C
BlueColor Codes
All color formats for development
HEX
#474F6CRGB
rgb(71, 79, 108)HSL
hsl(227, 21%, 35%)OKLCH
oklch(0.433 0.049 272.3)CMYK
cmyk(34%, 27%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4761
2#383F56
3#31374C
4#2A2F41
5#232736
6#1C1F2B
7#151820
8#0E1016
9#07080B
Tints
Lighter variations
1#545D80
2#616C94
3#737DA3
4#8790B0
5#9BA2BE
6#AFB5CB
7#C3C7D8
8#D7DAE5
9#EBECF2
Tones
Muted variations
1#48506A
2#4A5168
3#4C5266
4#4E5364
5#505463
6#525561
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939B #939BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5963 #596388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B8BDD1;
--charcoal-400: #939BB8;
--charcoal-500: #747FA4;
--charcoal-600: #596388;
--charcoal-700: #474F6C;
--charcoal-800: #32384D;
--charcoal-900: #202431;
--charcoal-950: #14161F;
}