Charcoal
#495169
BlueColor Codes
All color formats for development
HEX
#495169RGB
rgb(73, 81, 105)HSL
hsl(225, 18%, 35%)OKLCH
oklch(0.438 0.041 270.3)CMYK
cmyk(30%, 23%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42495F
2#3B4154
3#33394A
4#2C313F
5#252935
6#1D202A
7#161820
8#0F1015
9#07080B
Tints
Lighter variations
1#57607D
2#646F90
3#7681A0
4#8A93AD
5#9DA5BB
6#B1B7C9
7#C4C9D6
8#D8DBE4
9#EBEDF1
Tones
Muted variations
1#4B5268
2#4C5366
3#4E5464
4#505463
5#515561
6#535660
7#54575E
8#56585C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCF | BordersInactive statesPlaceholder text |
| 400 | 969E #969EB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7882 #7882A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C66 #5C6684 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4951 #495169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DBE4;
--charcoal-300: #BABFCF;
--charcoal-400: #969EB6;
--charcoal-500: #7882A1;
--charcoal-600: #5C6684;
--charcoal-700: #495169;
--charcoal-800: #343A4B;
--charcoal-900: #212530;
--charcoal-950: #15171E;
}