Charcoal
#494969
BlueColor Codes
All color formats for development
HEX
#494969RGB
rgb(73, 73, 105)HSL
hsl(240, 18%, 35%)OKLCH
oklch(0.419 0.053 283.9)CMYK
cmyk(30%, 30%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42425F
2#3B3B54
3#33334A
4#2C2C3F
5#252535
6#1D1D2A
7#161620
8#0F0F15
9#07070B
Tints
Lighter variations
1#57577D
2#646490
3#7676A0
4#8A8AAD
5#9D9DBB
6#B1B1C9
7#C4C4D6
8#D8D8E4
9#EBEBF1
Tones
Muted variations
1#4B4B68
2#4C4C66
3#4E4E64
4#505063
5#515161
6#535360
7#54545E
8#56565C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E4;
--charcoal-300: #BABACF;
--charcoal-400: #9696B6;
--charcoal-500: #7878A1;
--charcoal-600: #5C5C84;
--charcoal-700: #494969;
--charcoal-800: #34344B;
--charcoal-900: #212130;
--charcoal-950: #15151E;
}