Slate Gray
#5E6F82
BlueColor Codes
All color formats for development
HEX
#5E6F82RGB
rgb(94, 111, 130)HSL
hsl(212, 16%, 44%)OKLCH
oklch(0.535 0.036 251.4)CMYK
cmyk(28%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556475
2#4B5968
3#424E5B
4#39434E
5#2F3841
6#262C34
7#1C2127
8#13161A
9#090B0D
Tints
Lighter variations
1#6A7D93
2#7A8C9F
3#8B9AAB
4#9CA8B7
5#ACB7C3
6#BDC5CF
7#CDD4DB
8#DEE2E7
9#EEF1F3
Tones
Muted variations
1#606F80
2#626F7F
3#646F7D
4#656F7B
5#677079
6#697077
7#6B7076
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 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8B #7A8B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6F #5E6F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B58 #4B5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | 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: #BBC4CE;
--slate-gray-400: #97A5B4;
--slate-gray-500: #7A8B9F;
--slate-gray-600: #5E6F82;
--slate-gray-700: #4B5868;
--slate-gray-800: #363F4A;
--slate-gray-900: #22282F;
--slate-gray-950: #15191E;
}