Charcoal
#465D6D
BlueColor Codes
All color formats for development
HEX
#465D6DRGB
rgb(70, 93, 109)HSL
hsl(205, 22%, 35%)OKLCH
oklch(0.466 0.038 239)CMYK
cmyk(36%, 15%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5362
2#384A57
3#31414C
4#2A3841
5#232E36
6#1C252C
7#151C21
8#0E1316
9#07090B
Tints
Lighter variations
1#536E81
2#5F7F95
3#718FA5
4#869FB1
5#9AAFBE
6#AEBFCB
7#C2CFD8
8#D7DFE5
9#EBEFF2
Tones
Muted variations
1#485C6B
2#4A5C69
3#4C5C67
4#4D5B65
5#4F5B63
6#515B61
7#535A5F
8#555A5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92A9 #92A9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5874 #587489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465D #465D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | 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: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B7C7D1;
--charcoal-400: #92A9B9;
--charcoal-500: #7390A5;
--charcoal-600: #587489;
--charcoal-700: #465D6D;
--charcoal-800: #32424E;
--charcoal-900: #202A32;
--charcoal-950: #141A1F;
}