Charcoal
#4E6165
CyanColor Codes
All color formats for development
HEX
#4E6165RGB
rgb(78, 97, 101)HSL
hsl(190, 13%, 35%)OKLCH
oklch(0.478 0.024 211.9)CMYK
cmyk(23%, 4%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46575B
2#3E4E51
3#364447
4#2F3A3D
5#273032
6#1F2728
7#171D1E
8#101314
9#080A0A
Tints
Lighter variations
1#5C7378
2#6A858A
3#7C959A
4#8FA4A8
5#A1B3B7
6#B4C2C5
7#C7D2D4
8#DAE1E2
9#ECF0F1
Tones
Muted variations
1#4F6064
2#505F63
3#515F61
4#525E60
5#535D5F
6#555C5E
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAD #9AADB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D96 #7D969B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627A #627A7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E61 #4E6165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | 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: #BDC9CC;
--charcoal-400: #9AADB1;
--charcoal-500: #7D969B;
--charcoal-600: #627A7F;
--charcoal-700: #4E6165;
--charcoal-800: #374548;
--charcoal-900: #232C2E;
--charcoal-950: #161C1D;
}