Charcoal
#465A6D
BlueColor Codes
All color formats for development
HEX
#465A6DRGB
rgb(70, 90, 109)HSL
hsl(209, 22%, 35%)OKLCH
oklch(0.459 0.04 247.4)CMYK
cmyk(36%, 17%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5162
2#384857
3#313F4C
4#2A3641
5#232D36
6#1C242C
7#151B21
8#0E1216
9#07090B
Tints
Lighter variations
1#536B81
2#5F7B95
3#718CA5
4#869CB1
5#9AADBE
6#AEBDCB
7#C2CED8
8#D7DEE5
9#EBEFF2
Tones
Muted variations
1#485A6B
2#4A5A69
3#4C5A67
4#4D5A65
5#4F5A63
6#515A61
7#53595F
8#55595D
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 | 92A6 #92A6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738D #738DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5871 #587189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465A #465A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404E | 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: #92A6B9;
--charcoal-500: #738DA5;
--charcoal-600: #587189;
--charcoal-700: #465A6D;
--charcoal-800: #32404E;
--charcoal-900: #202932;
--charcoal-950: #141A1F;
}