Charcoal
#4E6265
CyanColor Codes
All color formats for development
HEX
#4E6265RGB
rgb(78, 98, 101)HSL
hsl(188, 13%, 35%)OKLCH
oklch(0.481 0.025 207.6)CMYK
cmyk(23%, 3%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46585B
2#3E4E51
3#364447
4#2F3B3D
5#273132
6#1F2728
7#171D1E
8#101414
9#080A0A
Tints
Lighter variations
1#5C7478
2#6A868A
3#7C969A
4#8FA5A8
5#A1B4B7
6#B4C3C5
7#C7D2D4
8#DAE1E2
9#ECF0F1
Tones
Muted variations
1#4F6164
2#506063
3#515F61
4#525E60
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACC | BordersInactive statesPlaceholder text |
| 400 | 9AAE #9AAEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D97 #7D979B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627B #627B7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E62 #4E6265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374648 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | 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: #BDCACC;
--charcoal-400: #9AAEB1;
--charcoal-500: #7D979B;
--charcoal-600: #627B7F;
--charcoal-700: #4E6265;
--charcoal-800: #374648;
--charcoal-900: #232D2E;
--charcoal-950: #161C1D;
}