Slate Gray
#52708E
BlueColor Codes
All color formats for development
HEX
#52708ERGB
rgb(82, 112, 142)HSL
hsl(210, 27%, 44%)OKLCH
oklch(0.534 0.059 249)CMYK
cmyk(42%, 21%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6580
2#425A72
3#394F64
4#314355
5#293847
6#212D39
7#19222B
8#10161C
9#080B0E
Tints
Lighter variations
1#5C7EA1
2#6E8DAC
3#809BB6
4#92A9C0
5#A4B8CB
6#B6C6D5
7#C9D4E0
8#DBE2EA
9#EDF1F5
Tones
Muted variations
1#55708B
2#587088
3#5B7085
4#5E7082
5#61707F
6#64707C
7#677079
8#6A7076
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 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | 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: #B5C4D4;
--slate-gray-400: #8EA6BE;
--slate-gray-500: #6D8CAB;
--slate-gray-600: #52708E;
--slate-gray-700: #415971;
--slate-gray-800: #2F4051;
--slate-gray-900: #1E2934;
--slate-gray-950: #131A20;
}