Charcoal
#474D6B
BlueColor Codes
All color formats for development
HEX
#474D6BRGB
rgb(71, 77, 107)HSL
hsl(230, 20%, 35%)OKLCH
oklch(0.428 0.05 275.3)CMYK
cmyk(34%, 28%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404660
2#393E56
3#32364B
4#2B2E40
5#242736
6#1D1F2B
7#151720
8#0E0F15
9#07080B
Tints
Lighter variations
1#555C7F
2#626A93
3#747CA2
4#888EAF
5#9CA1BD
6#AFB4CA
7#C3C7D7
8#D7D9E4
9#EBECF2
Tones
Muted variations
1#494F69
2#4B5068
3#4D5166
4#4F5264
5#505362
6#525460
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 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949A #949AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757D #757DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A61 #5A6187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | 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: #EAEBF1;
--charcoal-200: #D7D9E4;
--charcoal-300: #B9BDD0;
--charcoal-400: #949AB8;
--charcoal-500: #757DA3;
--charcoal-600: #5A6187;
--charcoal-700: #474D6B;
--charcoal-800: #33374D;
--charcoal-900: #212331;
--charcoal-950: #14161F;
}