Charcoal
#495C69
BlueColor Codes
All color formats for development
HEX
#495C69RGB
rgb(73, 92, 105)HSL
hsl(204, 18%, 35%)OKLCH
oklch(0.464 0.031 238.3)CMYK
cmyk(30%, 12%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42535F
2#3B4A54
3#33414A
4#2C373F
5#252E35
6#1D252A
7#161C20
8#0F1215
9#07090B
Tints
Lighter variations
1#576E7D
2#647F90
3#768FA0
4#8A9FAD
5#9DAFBB
6#B1BFC9
7#C4CFD6
8#D8DFE4
9#EBEFF1
Tones
Muted variations
1#4B5C68
2#4C5C66
3#4E5B64
4#505B63
5#515B61
6#535B60
7#545A5E
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 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7890 #7890A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C74 #5C7484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495C #495C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8DFE4;
--charcoal-300: #BAC6CF;
--charcoal-400: #96A9B6;
--charcoal-500: #7890A1;
--charcoal-600: #5C7484;
--charcoal-700: #495C69;
--charcoal-800: #34424B;
--charcoal-900: #212A30;
--charcoal-950: #151A1E;
}