Charcoal
#46646D
CyanColor Codes
All color formats for development
HEX
#46646DRGB
rgb(70, 100, 109)HSL
hsl(194, 22%, 35%)OKLCH
oklch(0.483 0.038 218.4)CMYK
cmyk(36%, 8%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5A62
2#385057
3#31464C
4#2A3C41
5#233236
6#1C282C
7#151E21
8#0E1416
9#070A0B
Tints
Lighter variations
1#537681
2#5F8995
3#7199A5
4#86A7B1
5#9AB6BE
6#AEC4CB
7#C2D3D8
8#D7E2E5
9#EBF0F2
Tones
Muted variations
1#48636B
2#4A6269
3#4C6167
4#4D6065
5#4F5E63
6#515D61
7#535C5F
8#555B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CB #B7CBD1 | BordersInactive statesPlaceholder text |
| 400 | 92B0 #92B0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739A #739AA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587D #587D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4664 #46646D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3247 #32474E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E2E5;
--charcoal-300: #B7CBD1;
--charcoal-400: #92B0B9;
--charcoal-500: #739AA5;
--charcoal-600: #587D89;
--charcoal-700: #46646D;
--charcoal-800: #32474E;
--charcoal-900: #202E32;
--charcoal-950: #141C1F;
}