Slate Gray
#52728E
BlueColor Codes
All color formats for development
HEX
#52728ERGB
rgb(82, 114, 142)HSL
hsl(208, 27%, 44%)OKLCH
oklch(0.539 0.058 245.6)CMYK
cmyk(42%, 20%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6780
2#425B72
3#395064
4#314555
5#293947
6#212E39
7#19222B
8#10171C
9#080B0E
Tints
Lighter variations
1#5C81A1
2#6E8FAC
3#809DB6
4#92ABC0
5#A4B9CB
6#B6C7D5
7#C9D5E0
8#DBE3EA
9#EDF1F5
Tones
Muted variations
1#55728B
2#587288
3#5B7285
4#5E7182
5#61717F
6#64717C
7#677179
8#6A7176
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA7 #8EA7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8E #6D8EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5272 #52728E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415B #415B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D5DEE7;
--slate-gray-300: #B5C5D4;
--slate-gray-400: #8EA7BE;
--slate-gray-500: #6D8EAB;
--slate-gray-600: #52728E;
--slate-gray-700: #415B71;
--slate-gray-800: #2F4151;
--slate-gray-900: #1E2A34;
--slate-gray-950: #131A20;
}