Charcoal
#48666A
CyanColor Codes
All color formats for development
HEX
#48666ARGB
rgb(72, 102, 106)HSL
hsl(187, 19%, 35%)OKLCH
oklch(0.488 0.036 206.4)CMYK
cmyk(32%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415C60
2#3A5255
3#33484A
4#2B3D40
5#243335
6#1D292A
7#161F20
8#0E1415
9#070A0B
Tints
Lighter variations
1#56797E
2#638C92
3#759CA1
4#89AAAE
5#9CB8BC
6#B0C6C9
7#C4D5D7
8#D8E3E4
9#EBF1F2
Tones
Muted variations
1#4A6569
2#4C6467
3#4D6265
4#4F6163
5#516062
6#525E60
7#545D5E
8#565C5D
9#585B5B
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B3 #95B3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769D #769DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B81 #5B8186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #D8E3E4;
--charcoal-300: #B9CDCF;
--charcoal-400: #95B3B7;
--charcoal-500: #769DA2;
--charcoal-600: #5B8186;
--charcoal-700: #48666A;
--charcoal-800: #34494C;
--charcoal-900: #212F31;
--charcoal-950: #151D1E;
}