Slate Gray
#52878E
CyanColor Codes
All color formats for development
HEX
#52878ERGB
rgb(82, 135, 142)HSL
hsl(187, 27%, 44%)OKLCH
oklch(0.589 0.057 206.4)CMYK
cmyk(42%, 5%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7A80
2#426C72
3#395F64
4#315155
5#294447
6#213639
7#19292B
8#101B1C
9#080E0E
Tints
Lighter variations
1#5C99A1
2#6EA4AC
3#80B0B6
4#92BBC0
5#A4C6CB
6#B6D2D5
7#C9DDE0
8#DBE8EA
9#EDF4F5
Tones
Muted variations
1#55858B
2#588388
3#5B8085
4#5E7E82
5#617C7F
6#64797C
7#677779
8#6A7576
9#6D7373
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 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB8 #8EB8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA4 #6DA4AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5287 #52878E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416C #416C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4D #2F4D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | 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: #D5E5E7;
--slate-gray-300: #B5D0D4;
--slate-gray-400: #8EB8BE;
--slate-gray-500: #6DA4AB;
--slate-gray-600: #52878E;
--slate-gray-700: #416C71;
--slate-gray-800: #2F4D51;
--slate-gray-900: #1E3134;
--slate-gray-950: #131F20;
}