Charcoal
#474D6C
BlueColor Codes
All color formats for development
HEX
#474D6CRGB
rgb(71, 77, 108)HSL
hsl(230, 21%, 35%)OKLCH
oklch(0.428 0.052 275.5)CMYK
cmyk(34%, 29%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4561
2#383D56
3#31364C
4#2A2E41
5#232636
6#1C1F2B
7#151720
8#0E0F16
9#07080B
Tints
Lighter variations
1#545B80
2#616994
3#737BA3
4#878EB0
5#9BA1BE
6#AFB3CB
7#C3C6D8
8#D7D9E5
9#EBECF2
Tones
Muted variations
1#484E6A
2#4A4F68
3#4C5166
4#4E5264
5#505363
6#525461
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BC #B8BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9399 #9399B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747C #747CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5960 #596088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | 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: #D7D9E5;
--charcoal-300: #B8BCD1;
--charcoal-400: #9399B8;
--charcoal-500: #747CA4;
--charcoal-600: #596088;
--charcoal-700: #474D6C;
--charcoal-800: #32374D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}