Charcoal
#48636A
CyanColor Codes
All color formats for development
HEX
#48636ARGB
rgb(72, 99, 106)HSL
hsl(192, 19%, 35%)OKLCH
oklch(0.481 0.034 215.5)CMYK
cmyk(32%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415960
2#3A5055
3#33464A
4#2B3C40
5#243235
6#1D282A
7#161E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#56767E
2#638892
3#7598A1
4#89A7AE
5#9CB6BC
6#B0C4C9
7#C4D3D7
8#D8E2E4
9#EBF0F2
Tones
Muted variations
1#4A6269
2#4C6167
3#4D6065
4#4F5F63
5#515E62
6#525D60
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 | 7699 #7699A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7D #5B7D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4863 #48636A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | 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: #D8E2E4;
--charcoal-300: #B9CBCF;
--charcoal-400: #95B0B7;
--charcoal-500: #7699A2;
--charcoal-600: #5B7D86;
--charcoal-700: #48636A;
--charcoal-800: #34474C;
--charcoal-900: #212D31;
--charcoal-950: #151C1E;
}