Charcoal
#47486C
BlueColor Codes
All color formats for development
HEX
#47486CRGB
rgb(71, 72, 108)HSL
hsl(238, 21%, 35%)OKLCH
oklch(0.417 0.06 282.3)CMYK
cmyk(34%, 33%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4161
2#383956
3#31324C
4#2A2B41
5#232436
6#1C1D2B
7#151620
8#0E0E16
9#07070B
Tints
Lighter variations
1#545580
2#616294
3#7374A3
4#8788B0
5#9B9CBE
6#AFB0CB
7#C3C4D8
8#D7D7E5
9#EBEBF2
Tones
Muted variations
1#484A6A
2#4A4B68
3#4C4D66
4#4E4F64
5#505163
6#525261
7#54545F
8#56565D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B9 #B8B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9394 #9394B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7476 #7476A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595A #595A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4748 #47486C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B8B9D1;
--charcoal-400: #9394B8;
--charcoal-500: #7476A4;
--charcoal-600: #595A88;
--charcoal-700: #47486C;
--charcoal-800: #32334D;
--charcoal-900: #202131;
--charcoal-950: #14151F;
}