Slate Gray
#52798E
BlueColor Codes
All color formats for development
HEX
#52798ERGB
rgb(82, 121, 142)HSL
hsl(201, 27%, 44%)OKLCH
oklch(0.555 0.055 232.6)CMYK
cmyk(42%, 15%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6D80
2#426172
3#395564
4#314955
5#293D47
6#213139
7#19242B
8#10181C
9#080C0E
Tints
Lighter variations
1#5C89A1
2#6E96AC
3#80A3B6
4#92B0C0
5#A4BDCB
6#B6CBD5
7#C9D8E0
8#DBE5EA
9#EDF2F5
Tones
Muted variations
1#55788B
2#587788
3#5B7785
4#5E7682
5#61757F
6#64747C
7#677379
8#6A7276
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAD #8EADBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D96 #6D96AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5279 #52798E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4160 #416071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F45 #2F4551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E1E7;
--slate-gray-300: #B5C9D4;
--slate-gray-400: #8EADBE;
--slate-gray-500: #6D96AB;
--slate-gray-600: #52798E;
--slate-gray-700: #416071;
--slate-gray-800: #2F4551;
--slate-gray-900: #1E2C34;
--slate-gray-950: #131C20;
}