Charcoal
#465B6D
BlueColor Codes
All color formats for development
HEX
#465B6DRGB
rgb(70, 91, 109)HSL
hsl(208, 22%, 35%)OKLCH
oklch(0.461 0.039 244.7)CMYK
cmyk(36%, 17%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5262
2#384857
3#313F4C
4#2A3641
5#232D36
6#1C242C
7#151B21
8#0E1216
9#07090B
Tints
Lighter variations
1#536B81
2#5F7C95
3#718DA5
4#869DB1
5#9AADBE
6#AEBECB
7#C2CED8
8#D7DEE5
9#EBEFF2
Tones
Muted variations
1#485A6B
2#4A5A69
3#4C5A67
4#4D5A65
5#4F5A63
6#515A61
7#535A5F
8#555A5D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C5 #B7C5D1 | BordersInactive statesPlaceholder text |
| 400 | 92A7 #92A7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738E #738EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5872 #587289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465B #465B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DEE5;
--charcoal-300: #B7C5D1;
--charcoal-400: #92A7B9;
--charcoal-500: #738EA5;
--charcoal-600: #587289;
--charcoal-700: #465B6D;
--charcoal-800: #32414E;
--charcoal-900: #202932;
--charcoal-950: #141A1F;
}