Charcoal
#4F6264
CyanColor Codes
All color formats for development
HEX
#4F6264RGB
rgb(79, 98, 100)HSL
hsl(186, 12%, 35%)OKLCH
oklch(0.481 0.023 204.3)CMYK
cmyk(21%, 2%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47585A
2#3F4E50
3#374446
4#2F3B3C
5#273132
6#1F2728
7#181D1E
8#101414
9#080A0A
Tints
Lighter variations
1#5D7477
2#6C8689
3#7D9699
4#90A5A7
5#A2B4B6
6#B5C3C5
7#C7D2D3
8#DAE1E2
9#ECF0F0
Tones
Muted variations
1#506163
2#516062
3#525F61
4#535E60
5#545E5F
6#555D5E
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAE #9BAEB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E97 #7E979A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637B #637B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F62 #4F6264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE1E2;
--charcoal-300: #BDCACB;
--charcoal-400: #9BAEB0;
--charcoal-500: #7E979A;
--charcoal-600: #637B7E;
--charcoal-700: #4F6264;
--charcoal-800: #384647;
--charcoal-900: #242D2E;
--charcoal-950: #161C1D;
}