Charcoal
#4F5F63
CyanColor Codes
All color formats for development
HEX
#4F5F63RGB
rgb(79, 95, 99)HSL
hsl(192, 11%, 35%)OKLCH
oklch(0.473 0.021 214.5)CMYK
cmyk(20%, 4%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475659
2#404C4F
3#384345
4#30393B
5#283032
6#202628
7#181D1E
8#101314
9#080A0A
Tints
Lighter variations
1#5E7175
2#6D8288
3#7E9398
4#91A2A6
5#A3B2B5
6#B5C1C4
7#C8D1D3
8#DAE0E1
9#EDF0F0
Tones
Muted variations
1#505F62
2#515E61
3#525D60
4#535D5F
5#545C5E
6#555C5D
7#565B5C
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 | DAE0 #DAE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CB | BordersInactive statesPlaceholder text |
| 400 | 9CAC #9CACB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8094 #809499 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6478 #64787D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5F #4F5F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | 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: #DAE0E1;
--charcoal-300: #BEC8CB;
--charcoal-400: #9CACB0;
--charcoal-500: #809499;
--charcoal-600: #64787D;
--charcoal-700: #4F5F63;
--charcoal-800: #394447;
--charcoal-900: #242B2D;
--charcoal-950: #171B1C;
}