Slate Gray
#5E6E82
BlueColor Codes
All color formats for development
HEX
#5E6E82RGB
rgb(94, 110, 130)HSL
hsl(213, 16%, 44%)OKLCH
oklch(0.532 0.037 254.1)CMYK
cmyk(28%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556375
2#4B5868
3#424D5B
4#39424E
5#2F3741
6#262C34
7#1C2127
8#13161A
9#090B0D
Tints
Lighter variations
1#6A7C93
2#7A8B9F
3#8B99AB
4#9CA8B7
5#ACB6C3
6#BDC5CF
7#CDD3DB
8#DEE2E7
9#EEF0F3
Tones
Muted variations
1#606F80
2#626F7F
3#646F7D
4#656F7B
5#676F79
6#696F77
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 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8A #7A8A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6E #5E6E82 | 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: #BBC3CE;
--slate-gray-400: #97A4B4;
--slate-gray-500: #7A8A9F;
--slate-gray-600: #5E6E82;
--slate-gray-700: #4B5868;
--slate-gray-800: #363F4A;
--slate-gray-900: #22282F;
--slate-gray-950: #15191E;
}