Charcoal
#48656A
CyanColor Codes
All color formats for development
HEX
#48656ARGB
rgb(72, 101, 106)HSL
hsl(189, 19%, 35%)OKLCH
oklch(0.486 0.035 209.3)CMYK
cmyk(32%, 5%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415B60
2#3A5155
3#33474A
4#2B3D40
5#243335
6#1D282A
7#161E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#56787E
2#638B92
3#759AA1
4#89A9AE
5#9CB7BC
6#B0C6C9
7#C4D4D7
8#D8E2E4
9#EBF1F2
Tones
Muted variations
1#4A6469
2#4C6367
3#4D6265
4#4F6063
5#515F62
6#525E60
7#545D5E
8#565C5D
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CC #B9CCCF | BordersInactive statesPlaceholder text |
| 400 | 95B2 #95B2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769C #769CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7F #5B7F86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4865 #48656A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3448 #34484C | 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: #EAF0F1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CCCF;
--charcoal-400: #95B2B7;
--charcoal-500: #769CA2;
--charcoal-600: #5B7F86;
--charcoal-700: #48656A;
--charcoal-800: #34484C;
--charcoal-900: #212E31;
--charcoal-950: #151D1E;
}