Slate Gray
#52838E
CyanColor Codes
All color formats for development
HEX
#52838ERGB
rgb(82, 131, 142)HSL
hsl(191, 27%, 44%)OKLCH
oklch(0.579 0.055 213.5)CMYK
cmyk(42%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7680
2#426972
3#395C64
4#314F55
5#294247
6#213539
7#19272B
8#101A1C
9#080D0E
Tints
Lighter variations
1#5C94A1
2#6EA0AC
3#80ACB6
4#92B8C0
5#A4C4CB
6#B6D0D5
7#C9DBE0
8#DBE7EA
9#EDF3F5
Tones
Muted variations
1#55818B
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 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB5 #8EB5BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA0 #6DA0AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5283 #52838E | 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: #B5CED4;
--slate-gray-400: #8EB5BE;
--slate-gray-500: #6DA0AB;
--slate-gray-600: #52838E;
--slate-gray-700: #416971;
--slate-gray-800: #2F4B51;
--slate-gray-900: #1E3034;
--slate-gray-950: #131E20;
}