Charcoal
#474E6C
BlueColor Codes
All color formats for development
HEX
#474E6CRGB
rgb(71, 78, 108)HSL
hsl(229, 21%, 35%)OKLCH
oklch(0.43 0.051 274)CMYK
cmyk(34%, 28%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4661
2#383E56
3#31364C
4#2A2E41
5#232736
6#1C1F2B
7#151720
8#0E0F16
9#07080B
Tints
Lighter variations
1#545C80
2#616A94
3#737CA3
4#878EB0
5#9BA1BE
6#AFB4CB
7#C3C7D8
8#D7D9E5
9#EBECF2
Tones
Muted variations
1#484F6A
2#4A5068
3#4C5166
4#4E5264
5#505363
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939A #939AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747D #747DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5961 #596188 | 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: #B8BDD1;
--charcoal-400: #939AB8;
--charcoal-500: #747DA4;
--charcoal-600: #596188;
--charcoal-700: #474D6C;
--charcoal-800: #32374D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}