Charcoal
#464E6D
BlueColor Codes
All color formats for development
HEX
#464E6DRGB
rgb(70, 78, 109)HSL
hsl(228, 22%, 35%)OKLCH
oklch(0.43 0.053 272.9)CMYK
cmyk(36%, 28%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4662
2#383E57
3#31364C
4#2A2E41
5#232736
6#1C1F2C
7#151721
8#0E0F16
9#07080B
Tints
Lighter variations
1#535C81
2#5F6A95
3#717CA5
4#868EB1
5#9AA1BE
6#AEB4CB
7#C2C7D8
8#D7D9E5
9#EBECF2
Tones
Muted variations
1#484F6B
2#4A5069
3#4C5167
4#4D5265
5#4F5363
6#515561
7#53565F
8#55575D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929A #929AB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737D #737DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B7BDD1;
--charcoal-400: #929AB9;
--charcoal-500: #737DA5;
--charcoal-600: #586189;
--charcoal-700: #464D6D;
--charcoal-800: #32374E;
--charcoal-900: #202332;
--charcoal-950: #14161F;
}