Charcoal
#505E62
CyanColor Codes
All color formats for development
HEX
#505E62RGB
rgb(80, 94, 98)HSL
hsl(193, 10%, 35%)OKLCH
oklch(0.471 0.018 216.9)CMYK
cmyk(18%, 4%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485558
2#404B4F
3#384245
4#30393B
5#282F31
6#202627
7#181C1D
8#101314
9#08090A
Tints
Lighter variations
1#5F7074
2#6E8187
3#7F9297
4#92A1A5
5#A4B1B4
6#B6C0C3
7#C8D0D2
8#DBE0E1
9#EDEFF0
Tones
Muted variations
1#515E61
2#525D60
3#535D5F
4#545C5F
5#555C5E
6#565B5D
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 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8193 #819398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6577 #65777B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505E #505E62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | 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: #9DABAF;
--charcoal-500: #819398;
--charcoal-600: #65777B;
--charcoal-700: #505E62;
--charcoal-800: #394346;
--charcoal-900: #252B2D;
--charcoal-950: #171B1C;
}