Charcoal
#495669
BlueColor Codes
All color formats for development
HEX
#495669RGB
rgb(73, 86, 105)HSL
hsl(216, 18%, 35%)OKLCH
oklch(0.449 0.035 257.8)CMYK
cmyk(30%, 18%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424D5F
2#3B4554
3#333C4A
4#2C343F
5#252B35
6#1D222A
7#161A20
8#0F1115
9#07090B
Tints
Lighter variations
1#57667D
2#647690
3#7687A0
4#8A98AD
5#9DA9BB
6#B1BAC9
7#C4CBD6
8#D8DDE4
9#EBEEF1
Tones
Muted variations
1#4B5668
2#4C5766
3#4E5764
4#505763
5#515861
6#535860
7#54585E
8#56595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CF | BordersInactive statesPlaceholder text |
| 400 | 96A3 #96A3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7888 #7888A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6C #5C6C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4956 #495669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DDE4;
--charcoal-300: #BAC2CF;
--charcoal-400: #96A3B6;
--charcoal-500: #7888A1;
--charcoal-600: #5C6C84;
--charcoal-700: #495669;
--charcoal-800: #343D4B;
--charcoal-900: #212730;
--charcoal-950: #15191E;
}