Charcoal
#4E6465
CyanColor Codes
All color formats for development
HEX
#4E6465RGB
rgb(78, 100, 101)HSL
hsl(183, 13%, 35%)OKLCH
oklch(0.486 0.026 199.8)CMYK
cmyk(23%, 1%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#465A5B
2#3E5051
3#364647
4#2F3C3D
5#273232
6#1F2828
7#171E1E
8#101414
9#080A0A
Tints
Lighter variations
1#5C7678
2#6A898A
3#7C999A
4#8FA7A8
5#A1B6B7
6#B4C4C5
7#C7D3D4
8#DAE2E2
9#ECF0F1
Tones
Muted variations
1#4F6364
2#506263
3#516161
4#526060
5#535E5F
6#555D5E
7#565C5D
8#575B5C
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 #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AB0 #9AB0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9A #7D9A9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627D #627D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E64 #4E6465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | 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: #DAE2E2;
--charcoal-300: #BDCBCC;
--charcoal-400: #9AB0B1;
--charcoal-500: #7D9A9B;
--charcoal-600: #627D7F;
--charcoal-700: #4E6465;
--charcoal-800: #374748;
--charcoal-900: #232E2E;
--charcoal-950: #161C1D;
}