Charcoal
#464C6D
BlueColor Codes
All color formats for development
HEX
#464C6DRGB
rgb(70, 76, 109)HSL
hsl(231, 22%, 35%)OKLCH
oklch(0.425 0.055 275.9)CMYK
cmyk(36%, 30%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4462
2#383C57
3#31354C
4#2A2D41
5#232636
6#1C1E2C
7#151721
8#0E0F16
9#07080B
Tints
Lighter variations
1#535A81
2#5F6895
3#7179A5
4#868CB1
5#9A9FBE
6#AEB2CB
7#C2C6D8
8#D7D9E5
9#EBECF2
Tones
Muted variations
1#484D6B
2#4A4E69
3#4C5067
4#4D5165
5#4F5263
6#515461
7#53555F
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 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BB #B7BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9298 #9298B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737B #737BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585F #585F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464C #464C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364E | 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: #E9EAF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B7BBD1;
--charcoal-400: #9298B9;
--charcoal-500: #737BA5;
--charcoal-600: #585F89;
--charcoal-700: #464C6D;
--charcoal-800: #32364E;
--charcoal-900: #202332;
--charcoal-950: #14161F;
}