Charcoal
#47566B
BlueColor Codes
All color formats for development
HEX
#47566BRGB
rgb(71, 86, 107)HSL
hsl(215, 20%, 35%)OKLCH
oklch(0.449 0.039 256.8)CMYK
cmyk(34%, 20%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404E60
2#394556
3#323C4B
4#2B3440
5#242B36
6#1D232B
7#151A20
8#0E1115
9#07090B
Tints
Lighter variations
1#55667F
2#627693
3#7487A2
4#8898AF
5#9CA9BD
6#AFBACA
7#C3CCD7
8#D7DDE4
9#EBEEF2
Tones
Muted variations
1#495769
2#4B5768
3#4D5766
4#4F5764
5#505862
6#525860
7#54585F
8#56595D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A3 #94A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7588 #7588A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6C #5A6C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333E #333E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D7DDE4;
--charcoal-300: #B9C2D0;
--charcoal-400: #94A3B8;
--charcoal-500: #7588A3;
--charcoal-600: #5A6C87;
--charcoal-700: #47566B;
--charcoal-800: #333E4D;
--charcoal-900: #212731;
--charcoal-950: #14191F;
}