Slate Gray
#52828E
CyanColor Codes
All color formats for development
HEX
#52828ERGB
rgb(82, 130, 142)HSL
hsl(192, 27%, 44%)OKLCH
oklch(0.577 0.055 215.3)CMYK
cmyk(42%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7580
2#426872
3#395B64
4#314E55
5#294147
6#213439
7#19272B
8#101A1C
9#080D0E
Tints
Lighter variations
1#5C93A1
2#6E9FAC
3#80ABB6
4#92B7C0
5#A4C3CB
6#B6CFD5
7#C9DBE0
8#DBE7EA
9#EDF3F5
Tones
Muted variations
1#55818B
2#587F88
3#5B7D85
4#5E7B82
5#61797F
6#64777C
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 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB4 #8EB4BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9F #6D9FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5282 #52828E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4168 #416871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | 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: #D5E3E7;
--slate-gray-300: #B5CED4;
--slate-gray-400: #8EB4BE;
--slate-gray-500: #6D9FAB;
--slate-gray-600: #52828E;
--slate-gray-700: #416871;
--slate-gray-800: #2F4A51;
--slate-gray-900: #1E2F34;
--slate-gray-950: #131E20;
}