Charcoal
#47616B
BlueColor Codes
All color formats for development
HEX
#47616BRGB
rgb(71, 97, 107)HSL
hsl(197, 20%, 35%)OKLCH
oklch(0.476 0.035 223.6)CMYK
cmyk(34%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405760
2#394E56
3#32444B
4#2B3A40
5#243036
6#1D272B
7#151D20
8#0E1315
9#070A0B
Tints
Lighter variations
1#55737F
2#628593
3#7495A2
4#88A4AF
5#9CB3BD
6#AFC2CA
7#C3D2D7
8#D7E1E4
9#EBF0F2
Tones
Muted variations
1#496069
2#4B5F68
3#4D5F66
4#4F5E64
5#505D62
6#525C60
7#545C5F
8#565B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AD #94ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7596 #7596A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7A #5A7A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3345 #33454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E1E4;
--charcoal-300: #B9C9D0;
--charcoal-400: #94ADB8;
--charcoal-500: #7596A3;
--charcoal-600: #5A7A87;
--charcoal-700: #47616B;
--charcoal-800: #33454D;
--charcoal-900: #212C31;
--charcoal-950: #141C1F;
}