Charcoal
#46576D
BlueColor Codes
All color formats for development
HEX
#46576DRGB
rgb(70, 87, 109)HSL
hsl(214, 22%, 35%)OKLCH
oklch(0.451 0.042 255.1)CMYK
cmyk(36%, 20%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4E62
2#384557
3#313D4C
4#2A3441
5#232B36
6#1C232C
7#151A21
8#0E1116
9#07090B
Tints
Lighter variations
1#536781
2#5F7795
3#7188A5
4#8699B1
5#9AAABE
6#AEBBCB
7#C2CCD8
8#D7DDE5
9#EBEEF2
Tones
Muted variations
1#48576B
2#4A5769
3#4C5767
4#4D5865
5#4F5863
6#515861
7#53585F
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 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A3 #92A3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7389 #7389A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586D #586D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4657 #46576D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B7C3D1;
--charcoal-400: #92A3B9;
--charcoal-500: #7389A5;
--charcoal-600: #586D89;
--charcoal-700: #46576D;
--charcoal-800: #323E4E;
--charcoal-900: #202832;
--charcoal-950: #14191F;
}