Charcoal
#496169
BlueColor Codes
All color formats for development
HEX
#496169RGB
rgb(73, 97, 105)HSL
hsl(195, 18%, 35%)OKLCH
oklch(0.476 0.031 220.3)CMYK
cmyk(30%, 8%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42585F
2#3B4E54
3#33444A
4#2C3A3F
5#253135
6#1D272A
7#161D20
8#0F1315
9#070A0B
Tints
Lighter variations
1#57737D
2#648590
3#7695A0
4#8AA5AD
5#9DB4BB
6#B1C3C9
7#C4D2D6
8#D8E1E4
9#EBF0F1
Tones
Muted variations
1#4B6068
2#4C6066
3#4E5F64
4#505E63
5#515D61
6#535C60
7#545C5E
8#565B5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AE #96AEB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7897 #7897A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7A #5C7A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4961 #496169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E4;
--charcoal-300: #BACACF;
--charcoal-400: #96AEB6;
--charcoal-500: #7897A1;
--charcoal-600: #5C7A84;
--charcoal-700: #496169;
--charcoal-800: #34454B;
--charcoal-900: #212C30;
--charcoal-950: #151C1E;
}