Charcoal
#4E6565
CyanColor Codes
All color formats for development
HEX
#4E6565RGB
rgb(78, 101, 101)HSL
hsl(180, 13%, 35%)OKLCH
oklch(0.488 0.027 196.3)CMYK
cmyk(23%, 0%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#465B5B
2#3E5151
3#364747
4#2F3D3D
5#273232
6#1F2828
7#171E1E
8#101414
9#080A0A
Tints
Lighter variations
1#5C7878
2#6A8A8A
3#7C9A9A
4#8FA8A8
5#A1B7B7
6#B4C5C5
7#C7D4D4
8#DAE2E2
9#ECF1F1
Tones
Muted variations
1#4F6464
2#506363
3#516161
4#526060
5#535F5F
6#555E5E
7#565D5D
8#575C5C
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 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | 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: #BDCCCC;
--charcoal-400: #9AB1B1;
--charcoal-500: #7D9B9B;
--charcoal-600: #627F7F;
--charcoal-700: #4E6565;
--charcoal-800: #374848;
--charcoal-900: #232E2E;
--charcoal-950: #161D1D;
}