Charcoal
#4F5F64
CyanColor Codes
All color formats for development
HEX
#4F5F64RGB
rgb(79, 95, 100)HSL
hsl(194, 12%, 35%)OKLCH
oklch(0.474 0.021 218.6)CMYK
cmyk(21%, 5%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47555A
2#3F4C50
3#374246
4#2F393C
5#272F32
6#1F2628
7#181C1E
8#101314
9#08090A
Tints
Lighter variations
1#5D7177
2#6C8289
3#7D9299
4#90A2A7
5#A2B1B6
6#B5C1C5
7#C7D0D3
8#DAE0E2
9#ECEFF0
Tones
Muted variations
1#505E63
2#515E62
3#525D61
4#535D60
5#545C5F
6#555C5E
7#565B5C
8#575A5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CB | BordersInactive statesPlaceholder text |
| 400 | 9BAB #9BABB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E94 #7E949A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6377 #63777E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5F #4F5F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3844 #384447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC8CB;
--charcoal-400: #9BABB0;
--charcoal-500: #7E949A;
--charcoal-600: #63777E;
--charcoal-700: #4F5F64;
--charcoal-800: #384447;
--charcoal-900: #242B2E;
--charcoal-950: #161B1D;
}