Charcoal
#495469
BlueColor Codes
All color formats for development
HEX
#495469RGB
rgb(73, 84, 105)HSL
hsl(219, 18%, 35%)OKLCH
oklch(0.445 0.037 263.2)CMYK
cmyk(30%, 20%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424C5F
2#3B4454
3#333B4A
4#2C333F
5#252A35
6#1D222A
7#161920
8#0F1115
9#07080B
Tints
Lighter variations
1#57647D
2#647490
3#7685A0
4#8A96AD
5#9DA8BB
6#B1B9C9
7#C4CBD6
8#D8DCE4
9#EBEEF1
Tones
Muted variations
1#4B5568
2#4C5566
3#4E5664
4#505663
5#515761
6#535760
7#54585E
8#56585C
9#58595B
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 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CF | BordersInactive statesPlaceholder text |
| 400 | 96A1 #96A1B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7886 #7886A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6A #5C6A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4954 #495469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE4;
--charcoal-300: #BAC1CF;
--charcoal-400: #96A1B6;
--charcoal-500: #7886A1;
--charcoal-600: #5C6A84;
--charcoal-700: #495469;
--charcoal-800: #343C4B;
--charcoal-900: #212730;
--charcoal-950: #15181E;
}