Charcoal
#505F62
CyanColor Codes
All color formats for development
HEX
#505F62RGB
rgb(80, 95, 98)HSL
hsl(190, 10%, 35%)OKLCH
oklch(0.474 0.019 211.1)CMYK
cmyk(18%, 3%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485658
2#404C4F
3#384345
4#30393B
5#283031
6#202627
7#181D1D
8#101314
9#080A0A
Tints
Lighter variations
1#5F7174
2#6E8387
3#7F9397
4#92A2A5
5#A4B2B4
6#B6C1C3
7#C8D1D2
8#DBE0E1
9#EDF0F0
Tones
Muted variations
1#515F61
2#525E60
3#535D5F
4#545D5F
5#555C5E
6#565C5D
7#575B5C
8#575A5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8194 #819498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | 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: #EBEEEF;
--charcoal-200: #DBE0E1;
--charcoal-300: #BEC8CA;
--charcoal-400: #9DACAF;
--charcoal-500: #819498;
--charcoal-600: #65787B;
--charcoal-700: #505F62;
--charcoal-800: #394446;
--charcoal-900: #252C2D;
--charcoal-950: #171B1C;
}