Charcoal
#48626A
CyanColor Codes
All color formats for development
HEX
#48626ARGB
rgb(72, 98, 106)HSL
hsl(194, 19%, 35%)OKLCH
oklch(0.478 0.033 218.7)CMYK
cmyk(32%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415860
2#3A4F55
3#33454A
4#2B3B40
5#243135
6#1D272A
7#161D20
8#0E1415
9#070A0B
Tints
Lighter variations
1#56757E
2#638792
3#7597A1
4#89A6AE
5#9CB5BC
6#B0C3C9
7#C4D2D7
8#D8E1E4
9#EBF0F2
Tones
Muted variations
1#4A6169
2#4C6067
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AF #95AFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7698 #7698A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7C #5B7C86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4862 #48626A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464C | 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: #D8E1E4;
--charcoal-300: #B9CACF;
--charcoal-400: #95AFB7;
--charcoal-500: #7698A2;
--charcoal-600: #5B7C86;
--charcoal-700: #48626A;
--charcoal-800: #34464C;
--charcoal-900: #212D31;
--charcoal-950: #151C1E;
}