Charcoal
#506262
CyanColor Codes
All color formats for development
HEX
#506262RGB
rgb(80, 98, 98)HSL
hsl(180, 10%, 35%)OKLCH
oklch(0.481 0.022 196.4)CMYK
cmyk(18%, 0%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485858
2#404F4F
3#384545
4#303B3B
5#283131
6#202727
7#181D1D
8#101414
9#080A0A
Tints
Lighter variations
1#5F7474
2#6E8787
3#7F9797
4#92A5A5
5#A4B4B4
6#B6C3C3
7#C8D2D2
8#DBE1E1
9#EDF0F0
Tones
Muted variations
1#516161
2#526060
3#535F5F
4#545F5F
5#555E5E
6#565D5D
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 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | 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: #9DAFAF;
--charcoal-500: #819898;
--charcoal-600: #657B7B;
--charcoal-700: #506262;
--charcoal-800: #394646;
--charcoal-900: #252D2D;
--charcoal-950: #171C1C;
}