Slate Gray
#52848E
CyanColor Codes
All color formats for development
HEX
#52848ERGB
rgb(82, 132, 142)HSL
hsl(190, 27%, 44%)OKLCH
oklch(0.582 0.056 211.7)CMYK
cmyk(42%, 7%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7780
2#426A72
3#395D64
4#314F55
5#294247
6#213539
7#19282B
8#101A1C
9#080D0E
Tints
Lighter variations
1#5C95A1
2#6EA1AC
3#80ADB6
4#92B9C0
5#A4C4CB
6#B6D0D5
7#C9DCE0
8#DBE8EA
9#EDF3F5
Tones
Muted variations
1#55828B
2#588088
3#5B7E85
4#5E7C82
5#617A7F
6#64787C
7#677679
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 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB6 #8EB6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA1 #6DA1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5284 #52848E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4169 #416971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3034 | 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: #E8F0F2;
--slate-gray-200: #D5E4E7;
--slate-gray-300: #B5CFD4;
--slate-gray-400: #8EB6BE;
--slate-gray-500: #6DA1AB;
--slate-gray-600: #52848E;
--slate-gray-700: #416971;
--slate-gray-800: #2F4B51;
--slate-gray-900: #1E3034;
--slate-gray-950: #131E20;
}