Charcoal
#4F6064
CyanColor Codes
All color formats for development
HEX
#4F6064RGB
rgb(79, 96, 100)HSL
hsl(191, 12%, 35%)OKLCH
oklch(0.476 0.022 213.6)CMYK
cmyk(21%, 4%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47565A
2#3F4D50
3#374346
4#2F3A3C
5#273032
6#1F2628
7#181D1E
8#101314
9#080A0A
Tints
Lighter variations
1#5D7277
2#6C8489
3#7D9499
4#90A3A7
5#A2B2B6
6#B5C2C5
7#C7D1D3
8#DAE0E2
9#ECF0F0
Tones
Muted variations
1#505F63
2#515F62
3#525E61
4#535D60
5#545D5F
6#555C5E
7#565B5C
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 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CB | BordersInactive statesPlaceholder text |
| 400 | 9BAD #9BADB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E95 #7E959A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6379 #63797E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F60 #4F6064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3845 #384547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242C #242C2E | 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: #EBEFEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC9CB;
--charcoal-400: #9BADB0;
--charcoal-500: #7E959A;
--charcoal-600: #63797E;
--charcoal-700: #4F6064;
--charcoal-800: #384547;
--charcoal-900: #242C2E;
--charcoal-950: #161B1D;
}