Slate Gray
#5E6D82
BlueColor Codes
All color formats for development
HEX
#5E6D82RGB
rgb(94, 109, 130)HSL
hsl(215, 16%, 44%)OKLCH
oklch(0.53 0.038 256.8)CMYK
cmyk(28%, 16%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556275
2#4B5768
3#424C5B
4#39424E
5#2F3741
6#262C34
7#1C2127
8#13161A
9#090B0D
Tints
Lighter variations
1#6A7B93
2#7A8A9F
3#8B98AB
4#9CA7B7
5#ACB6C3
6#BDC4CF
7#CDD3DB
8#DEE2E7
9#EEF0F3
Tones
Muted variations
1#606E80
2#626E7F
3#646E7D
4#656E7B
5#676F79
6#696F77
7#6B6F76
8#6D7074
9#6E7072
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A89 #7A899F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6D #5E6D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B57 #4B5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DDE3;
--slate-gray-300: #BBC3CE;
--slate-gray-400: #97A3B4;
--slate-gray-500: #7A899F;
--slate-gray-600: #5E6D82;
--slate-gray-700: #4B5768;
--slate-gray-800: #363E4A;
--slate-gray-900: #22282F;
--slate-gray-950: #15191E;
}