Charcoal
#4F6464
CyanColor Codes
All color formats for development
HEX
#4F6464RGB
rgb(79, 100, 100)HSL
hsl(180, 12%, 35%)OKLCH
oklch(0.486 0.025 196.4)CMYK
cmyk(21%, 0%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475A5A
2#3F5050
3#374646
4#2F3C3C
5#273232
6#1F2828
7#181E1E
8#101414
9#080A0A
Tints
Lighter variations
1#5D7777
2#6C8989
3#7D9999
4#90A7A7
5#A2B6B6
6#B5C5C5
7#C7D3D3
8#DAE2E2
9#ECF0F0
Tones
Muted variations
1#506363
2#516262
3#526161
4#536060
5#545F5F
6#555E5E
7#565C5C
8#575B5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE2E2;
--charcoal-300: #BDCBCB;
--charcoal-400: #9BB0B0;
--charcoal-500: #7E9A9A;
--charcoal-600: #637E7E;
--charcoal-700: #4F6464;
--charcoal-800: #384747;
--charcoal-900: #242E2E;
--charcoal-950: #161D1D;
}