Charcoal
#495F69
BlueColor Codes
All color formats for development
HEX
#495F69RGB
rgb(73, 95, 105)HSL
hsl(199, 18%, 35%)OKLCH
oklch(0.471 0.031 227.4)CMYK
cmyk(30%, 10%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42565F
2#3B4C54
3#33434A
4#2C393F
5#253035
6#1D262A
7#161D20
8#0F1315
9#070A0B
Tints
Lighter variations
1#57717D
2#648290
3#7693A0
4#8AA2AD
5#9DB2BB
6#B1C1C9
7#C4D1D6
8#D8E0E4
9#EBF0F1
Tones
Muted variations
1#4B5F68
2#4C5E66
3#4E5D64
4#505D63
5#515C61
6#535C60
7#545B5E
8#565A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CF | BordersInactive statesPlaceholder text |
| 400 | 96AC #96ACB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7894 #7894A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C78 #5C7884 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495F #495F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8E0E4;
--charcoal-300: #BAC8CF;
--charcoal-400: #96ACB6;
--charcoal-500: #7894A1;
--charcoal-600: #5C7884;
--charcoal-700: #495F69;
--charcoal-800: #34444B;
--charcoal-900: #212B30;
--charcoal-950: #151B1E;
}