Charcoal
#48676A
CyanColor Codes
All color formats for development
HEX
#48676ARGB
rgb(72, 103, 106)HSL
hsl(185, 19%, 35%)OKLCH
oklch(0.491 0.036 203.6)CMYK
cmyk(32%, 3%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415D60
2#3A5355
3#33484A
4#2B3E40
5#243435
6#1D292A
7#161F20
8#0E1515
9#070A0B
Tints
Lighter variations
1#567B7E
2#638E92
3#759DA1
4#89ABAE
5#9CB9BC
6#B0C7C9
7#C4D5D7
8#D8E3E4
9#EBF1F2
Tones
Muted variations
1#4A6669
2#4C6567
3#4D6365
4#4F6263
5#516062
6#525F60
7#545D5E
8#565C5D
9#585B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769E #769EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B82 #5B8286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4867 #48676A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D8E3E4;
--charcoal-300: #B9CECF;
--charcoal-400: #95B4B7;
--charcoal-500: #769EA2;
--charcoal-600: #5B8286;
--charcoal-700: #48676A;
--charcoal-800: #344A4C;
--charcoal-900: #212F31;
--charcoal-950: #151E1E;
}