Charcoal
#506162
CyanColor Codes
All color formats for development
HEX
#506162RGB
rgb(80, 97, 98)HSL
hsl(183, 10%, 35%)OKLCH
oklch(0.479 0.021 200.9)CMYK
cmyk(18%, 1%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485858
2#404E4F
3#384445
4#303A3B
5#283131
6#202727
7#181D1D
8#101314
9#080A0A
Tints
Lighter variations
1#5F7374
2#6E8587
3#7F9597
4#92A5A5
5#A4B4B4
6#B6C3C3
7#C8D2D2
8#DBE1E1
9#EDF0F0
Tones
Muted variations
1#516061
2#526060
3#535F5F
4#545E5F
5#555D5E
6#565C5D
7#575C5C
8#575B5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAE #9DAEAF | Disabled statesSecondary iconsMuted text |
| 500 | 8197 #819798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DBE1E1;
--charcoal-300: #BECACA;
--charcoal-400: #9DAEAF;
--charcoal-500: #819798;
--charcoal-600: #657A7B;
--charcoal-700: #506162;
--charcoal-800: #394546;
--charcoal-900: #252C2D;
--charcoal-950: #171C1C;
}