Charcoal
#46496D
BlueColor Codes
All color formats for development
HEX
#46496DRGB
rgb(70, 73, 109)HSL
hsl(235, 22%, 35%)OKLCH
oklch(0.419 0.06 279.8)CMYK
cmyk(36%, 33%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4262
2#383A57
3#31334C
4#2A2C41
5#232436
6#1C1D2C
7#151621
8#0E0F16
9#07070B
Tints
Lighter variations
1#535681
2#5F6495
3#7176A5
4#8689B1
5#9A9DBE
6#AEB1CB
7#C2C4D8
8#D7D8E5
9#EBEBF2
Tones
Muted variations
1#484B6B
2#4A4C69
3#4C4E67
4#4D4F65
5#4F5163
6#515361
7#53545F
8#55565D
9#57585B
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 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9295 #9295B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7377 #7377A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585C #585C89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4649 #46496D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D8E5;
--charcoal-300: #B7BAD1;
--charcoal-400: #9295B9;
--charcoal-500: #7377A5;
--charcoal-600: #585C89;
--charcoal-700: #46496D;
--charcoal-800: #32344E;
--charcoal-900: #202132;
--charcoal-950: #14151F;
}