Slate Gray
#52858E
CyanColor Codes
All color formats for development
HEX
#52858ERGB
rgb(82, 133, 142)HSL
hsl(189, 27%, 44%)OKLCH
oklch(0.584 0.056 209.9)CMYK
cmyk(42%, 6%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7880
2#426B72
3#395D64
4#315055
5#294347
6#213539
7#19282B
8#101B1C
9#080D0E
Tints
Lighter variations
1#5C96A1
2#6EA2AC
3#80AEB6
4#92BAC0
5#A4C5CB
6#B6D1D5
7#C9DCE0
8#DBE8EA
9#EDF3F5
Tones
Muted variations
1#55838B
2#588188
3#5B7F85
4#5E7D82
5#617B7F
6#64797C
7#677779
8#6A7476
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA2 #6DA2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5285 #52858E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416A #416A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D5E4E7;
--slate-gray-300: #B5CFD4;
--slate-gray-400: #8EB7BE;
--slate-gray-500: #6DA2AB;
--slate-gray-600: #52858E;
--slate-gray-700: #416A71;
--slate-gray-800: #2F4C51;
--slate-gray-900: #1E3134;
--slate-gray-950: #131E20;
}