Slate Gray
#5E6A82
BlueColor Codes
All color formats for development
HEX
#5E6A82RGB
rgb(94, 106, 130)HSL
hsl(220, 16%, 44%)OKLCH
oklch(0.523 0.041 264.1)CMYK
cmyk(28%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556075
2#4B5568
3#424A5B
4#39404E
5#2F3541
6#262A34
7#1C2027
8#13151A
9#090B0D
Tints
Lighter variations
1#6A7893
2#7A879F
3#8B96AB
4#9CA5B7
5#ACB4C3
6#BDC3CF
7#CDD2DB
8#DEE1E7
9#EEF0F3
Tones
Muted variations
1#606B80
2#626B7F
3#646C7D
4#656D7B
5#676D79
6#696E77
7#6B6E76
8#6D6F74
9#6E7072
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A86 #7A869F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6A #5E6A82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DCE3;
--slate-gray-300: #BBC1CE;
--slate-gray-400: #97A1B4;
--slate-gray-500: #7A869F;
--slate-gray-600: #5E6A82;
--slate-gray-700: #4B5468;
--slate-gray-800: #363C4A;
--slate-gray-900: #22272F;
--slate-gray-950: #15181E;
}