Slate Gray
#52758E
BlueColor Codes
All color formats for development
HEX
#52758ERGB
rgb(82, 117, 142)HSL
hsl(205, 27%, 44%)OKLCH
oklch(0.546 0.056 240.1)CMYK
cmyk(42%, 18%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6A80
2#425E72
3#395264
4#314655
5#293B47
6#212F39
7#19232B
8#10171C
9#080C0E
Tints
Lighter variations
1#5C84A1
2#6E92AC
3#80A0B6
4#92ADC0
5#A4BBCB
6#B6C8D5
7#C9D6E0
8#DBE4EA
9#EDF1F5
Tones
Muted variations
1#55758B
2#587488
3#5B7485
4#5E7382
5#61737F
6#64727C
7#677279
8#6A7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAA #8EAABE | Disabled statesSecondary iconsMuted text |
| 500 | 6D91 #6D91AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5275 #52758E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415D #415D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B5C7D4;
--slate-gray-400: #8EAABE;
--slate-gray-500: #6D91AB;
--slate-gray-600: #52758E;
--slate-gray-700: #415D71;
--slate-gray-800: #2F4351;
--slate-gray-900: #1E2B34;
--slate-gray-950: #131B20;
}