Charcoal
#48616A
BlueColor Codes
All color formats for development
HEX
#48616ARGB
rgb(72, 97, 106)HSL
hsl(196, 19%, 35%)OKLCH
oklch(0.476 0.033 222)CMYK
cmyk(32%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415760
2#3A4E55
3#33444A
4#2B3A40
5#243135
6#1D272A
7#161D20
8#0E1315
9#070A0B
Tints
Lighter variations
1#56737E
2#638592
3#7595A1
4#89A4AE
5#9CB3BC
6#B0C3C9
7#C4D2D7
8#D8E1E4
9#EBF0F2
Tones
Muted variations
1#4A6069
2#4C6067
3#4D5F65
4#4F5E63
5#515D62
6#525C60
7#545C5E
8#565B5D
9#585A5B
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AE #95AEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7696 #7696A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7A #5B7A86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4861 #48616A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D8E1E4;
--charcoal-300: #B9CACF;
--charcoal-400: #95AEB7;
--charcoal-500: #7696A2;
--charcoal-600: #5B7A86;
--charcoal-700: #48616A;
--charcoal-800: #34454C;
--charcoal-900: #212C31;
--charcoal-950: #151C1E;
}