Charcoal
#4F6364
CyanColor Codes
All color formats for development
HEX
#4F6364RGB
rgb(79, 99, 100)HSL
hsl(183, 12%, 35%)OKLCH
oklch(0.484 0.024 200.1)CMYK
cmyk(21%, 1%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47595A
2#3F4F50
3#374546
4#2F3B3C
5#273132
6#1F2828
7#181E1E
8#101414
9#080A0A
Tints
Lighter variations
1#5D7577
2#6C8889
3#7D9899
4#90A6A7
5#A2B5B6
6#B5C4C5
7#C7D3D3
8#DAE1E2
9#ECF0F0
Tones
Muted variations
1#506263
2#516162
3#526061
4#535F60
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 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BAF #9BAFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E99 #7E999A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637C #637C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6364 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | 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: #BDCBCB;
--charcoal-400: #9BAFB0;
--charcoal-500: #7E999A;
--charcoal-600: #637C7E;
--charcoal-700: #4F6364;
--charcoal-800: #384747;
--charcoal-900: #242D2E;
--charcoal-950: #161C1D;
}