Charcoal
#46526D
BlueColor Codes
All color formats for development
HEX
#46526DRGB
rgb(70, 82, 109)HSL
hsl(222, 22%, 35%)OKLCH
oklch(0.439 0.047 265.9)CMYK
cmyk(36%, 25%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4962
2#384157
3#31394C
4#2A3141
5#232936
6#1C212C
7#151821
8#0E1016
9#07080B
Tints
Lighter variations
1#536181
2#5F7095
3#7181A5
4#8693B1
5#9AA5BE
6#AEB7CB
7#C2C9D8
8#D7DBE5
9#EBEDF2
Tones
Muted variations
1#48526B
2#4A5369
3#4C5467
4#4D5565
5#4F5563
6#515661
7#53575F
8#55585D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929E #929EB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7382 #7382A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B7BFD1;
--charcoal-400: #929EB9;
--charcoal-500: #7382A5;
--charcoal-600: #586689;
--charcoal-700: #46516D;
--charcoal-800: #323A4E;
--charcoal-900: #202532;
--charcoal-950: #14171F;
}