Slate Gray
#52718E
BlueColor Codes
All color formats for development
HEX
#52718ERGB
rgb(82, 113, 142)HSL
hsl(209, 27%, 44%)OKLCH
oklch(0.536 0.058 247.3)CMYK
cmyk(42%, 20%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6680
2#425B72
3#394F64
4#314455
5#293947
6#212D39
7#19222B
8#10171C
9#080B0E
Tints
Lighter variations
1#5C80A1
2#6E8EAC
3#809CB6
4#92AAC0
5#A4B8CB
6#B6C6D5
7#C9D5E0
8#DBE3EA
9#EDF1F5
Tones
Muted variations
1#55718B
2#587188
3#5B7185
4#5E7182
5#61717F
6#64717C
7#677179
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 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA7 #8EA7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8D #6D8DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5271 #52718E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415A #415A71 | 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: #B5C5D4;
--slate-gray-400: #8EA7BE;
--slate-gray-500: #6D8DAB;
--slate-gray-600: #52718E;
--slate-gray-700: #415A71;
--slate-gray-800: #2F4051;
--slate-gray-900: #1E2934;
--slate-gray-950: #131A20;
}