Charcoal
#506062
CyanColor Codes
All color formats for development
HEX
#506062RGB
rgb(80, 96, 98)HSL
hsl(187, 10%, 35%)OKLCH
oklch(0.476 0.02 205.8)CMYK
cmyk(18%, 2%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485658
2#404D4F
3#384345
4#303A3B
5#283031
6#202627
7#181D1D
8#101314
9#080A0A
Tints
Lighter variations
1#5F7274
2#6E8487
3#7F9497
4#92A3A5
5#A4B2B4
6#B6C2C3
7#C8D1D2
8#DBE0E1
9#EDF0F0
Tones
Muted variations
1#515F61
2#525F60
3#535E5F
4#545D5F
5#555D5E
6#565C5D
7#575B5C
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAD #9DADAF | Disabled statesSecondary iconsMuted text |
| 500 | 8195 #819598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6579 #65797B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5060 #506062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DBE0E1;
--charcoal-300: #BEC9CA;
--charcoal-400: #9DADAF;
--charcoal-500: #819598;
--charcoal-600: #65797B;
--charcoal-700: #506062;
--charcoal-800: #394546;
--charcoal-900: #252C2D;
--charcoal-950: #171B1C;
}