Charcoal
#474C6B
BlueColor Codes
All color formats for development
HEX
#474C6BRGB
rgb(71, 76, 107)HSL
hsl(232, 20%, 35%)OKLCH
oklch(0.425 0.052 276.9)CMYK
cmyk(34%, 29%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404560
2#393D56
3#32354B
4#2B2E40
5#242636
6#1D1E2B
7#151720
8#0E0F15
9#07080B
Tints
Lighter variations
1#555A7F
2#626893
3#747AA2
4#888DAF
5#9CA0BD
6#AFB3CA
7#C3C6D7
8#D7D9E4
9#EBECF2
Tones
Muted variations
1#494D69
2#4B4F68
3#4D5066
4#4F5164
5#505362
6#525460
7#54555F
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 | B9BC #B9BCD0 | BordersInactive statesPlaceholder text |
| 400 | 9499 #9499B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A60 #5A6087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | 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: #B9BCD0;
--charcoal-400: #9499B8;
--charcoal-500: #757BA3;
--charcoal-600: #5A6087;
--charcoal-700: #474C6B;
--charcoal-800: #33364D;
--charcoal-900: #212331;
--charcoal-950: #14161F;
}