Slate Gray
#52808E
CyanColor Codes
All color formats for development
HEX
#52808ERGB
rgb(82, 128, 142)HSL
hsl(194, 27%, 44%)OKLCH
oklch(0.572 0.055 219.1)CMYK
cmyk(42%, 10%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7480
2#426772
3#395A64
4#314D55
5#294047
6#213339
7#19272B
8#101A1C
9#080D0E
Tints
Lighter variations
1#5C91A1
2#6E9DAC
3#80A9B6
4#92B6C0
5#A4C2CB
6#B6CED5
7#C9DAE0
8#DBE7EA
9#EDF3F5
Tones
Muted variations
1#557F8B
2#587D88
3#5B7C85
4#5E7A82
5#61787F
6#64777C
7#677579
8#6A7376
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9D #6D9DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5280 #52808E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4166 #416671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D5E3E7;
--slate-gray-300: #B5CDD4;
--slate-gray-400: #8EB3BE;
--slate-gray-500: #6D9DAB;
--slate-gray-600: #52808E;
--slate-gray-700: #416671;
--slate-gray-800: #2F4951;
--slate-gray-900: #1E2F34;
--slate-gray-950: #131D20;
}