Charcoal
#46516D
BlueColor Codes
All color formats for development
HEX
#46516DRGB
rgb(70, 81, 109)HSL
hsl(223, 22%, 35%)OKLCH
oklch(0.437 0.049 267.8)CMYK
cmyk(36%, 26%, 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#2A3041
5#232836
6#1C202C
7#151821
8#0E1016
9#07080B
Tints
Lighter variations
1#536081
2#5F6F95
3#7180A5
4#8692B1
5#9AA4BE
6#AEB6CB
7#C2C9D8
8#D7DBE5
9#EBEDF2
Tones
Muted variations
1#48526B
2#4A5269
3#4C5367
4#4D5465
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7381 #7381A5 | 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: #E9EBF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B7BFD1;
--charcoal-400: #929DB9;
--charcoal-500: #7381A5;
--charcoal-600: #586689;
--charcoal-700: #46516D;
--charcoal-800: #323A4E;
--charcoal-900: #202532;
--charcoal-950: #14171F;
}