Charcoal
#46486D
BlueColor Codes
All color formats for development
HEX
#46486DRGB
rgb(70, 72, 109)HSL
hsl(237, 22%, 35%)OKLCH
oklch(0.416 0.062 281)CMYK
cmyk(36%, 34%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4062
2#383957
3#31324C
4#2A2B41
5#232436
6#1C1D2C
7#151521
8#0E0E16
9#07070B
Tints
Lighter variations
1#535581
2#5F6295
3#7174A5
4#8688B1
5#9A9CBE
6#AEB0CB
7#C2C3D8
8#D7D7E5
9#EBEBF2
Tones
Muted variations
1#48496B
2#4A4B69
3#4C4D67
4#4D4F65
5#4F5063
6#515261
7#53545F
8#55565D
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B9 #B7B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9294 #9294B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7376 #7376A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585A #585A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4648 #46486D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B7B9D1;
--charcoal-400: #9294B9;
--charcoal-500: #7376A5;
--charcoal-600: #585A89;
--charcoal-700: #46486D;
--charcoal-800: #32334E;
--charcoal-900: #202132;
--charcoal-950: #14141F;
}