Charcoal
#494C69
BlueColor Codes
All color formats for development
HEX
#494C69RGB
rgb(73, 76, 105)HSL
hsl(234, 18%, 35%)OKLCH
oklch(0.426 0.048 279.6)CMYK
cmyk(30%, 28%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42455F
2#3B3D54
3#33354A
4#2C2E3F
5#252635
6#1D1F2A
7#161720
8#0F0F15
9#07080B
Tints
Lighter variations
1#575B7D
2#646990
3#767AA0
4#8A8DAD
5#9DA0BB
6#B1B3C9
7#C4C6D6
8#D8D9E4
9#EBECF1
Tones
Muted variations
1#4B4E68
2#4C4F66
3#4E5064
4#505263
5#515361
6#535460
7#54555E
8#56575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABC #BABCCF | BordersInactive statesPlaceholder text |
| 400 | 9699 #9699B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787C #787CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C60 #5C6084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494C #494C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8D9E4;
--charcoal-300: #BABCCF;
--charcoal-400: #9699B6;
--charcoal-500: #787CA1;
--charcoal-600: #5C6084;
--charcoal-700: #494C69;
--charcoal-800: #34374B;
--charcoal-900: #212330;
--charcoal-950: #15161E;
}