Charcoal
#46616D
BlueColor Codes
All color formats for development
HEX
#46616DRGB
rgb(70, 97, 109)HSL
hsl(198, 22%, 35%)OKLCH
oklch(0.476 0.037 227.2)CMYK
cmyk(36%, 11%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5762
2#384E57
3#31444C
4#2A3A41
5#233136
6#1C272C
7#151D21
8#0E1316
9#070A0B
Tints
Lighter variations
1#537381
2#5F8595
3#7195A5
4#86A4B1
5#9AB3BE
6#AEC3CB
7#C2D2D8
8#D7E1E5
9#EBF0F2
Tones
Muted variations
1#48606B
2#4A6069
3#4C5F67
4#4D5E65
5#4F5D63
6#515C61
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 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CA #B7CAD1 | BordersInactive statesPlaceholder text |
| 400 | 92AE #92AEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7396 #7396A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587A #587A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4661 #46616D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C32 | 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: #D7E1E5;
--charcoal-300: #B7CAD1;
--charcoal-400: #92AEB9;
--charcoal-500: #7396A5;
--charcoal-600: #587A89;
--charcoal-700: #46616D;
--charcoal-800: #32454E;
--charcoal-900: #202C32;
--charcoal-950: #141C1F;
}