Charcoal
#48646A
CyanColor Codes
All color formats for development
HEX
#48646ARGB
rgb(72, 100, 106)HSL
hsl(191, 19%, 35%)OKLCH
oklch(0.483 0.034 212.3)CMYK
cmyk(32%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415A60
2#3A5055
3#33464A
4#2B3C40
5#243235
6#1D282A
7#161E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#56777E
2#638992
3#7599A1
4#89A8AE
5#9CB6BC
6#B0C5C9
7#C4D3D7
8#D8E2E4
9#EBF0F2
Tones
Muted variations
1#4A6369
2#4C6267
3#4D6165
4#4F6063
5#515F62
6#525E60
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 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBCF | BordersInactive statesPlaceholder text |
| 400 | 95B0 #95B0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769A #769AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7E #5B7E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4864 #48646A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CBCF;
--charcoal-400: #95B0B7;
--charcoal-500: #769AA2;
--charcoal-600: #5B7E86;
--charcoal-700: #48646A;
--charcoal-800: #34474C;
--charcoal-900: #212E31;
--charcoal-950: #151D1E;
}