Slate Gray
#52698E
BlueColor Codes
All color formats for development
HEX
#52698ERGB
rgb(82, 105, 142)HSL
hsl(217, 27%, 44%)OKLCH
oklch(0.518 0.065 259.7)CMYK
cmyk(42%, 26%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5F80
2#425472
3#394A64
4#313F55
5#293547
6#212A39
7#19202B
8#10151C
9#080B0E
Tints
Lighter variations
1#5C77A1
2#6E86AC
3#8095B6
4#92A4C0
5#A4B3CB
6#B6C2D5
7#C9D1E0
8#DBE1EA
9#EDF0F5
Tones
Muted variations
1#556A8B
2#586B88
3#5B6B85
4#5E6C82
5#616D7F
6#646D7C
7#676E79
8#6A6F76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C1 #B5C1D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA0 #8EA0BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D85 #6D85AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5269 #52698E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4154 #415471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D5DCE7;
--slate-gray-300: #B5C1D4;
--slate-gray-400: #8EA0BE;
--slate-gray-500: #6D85AB;
--slate-gray-600: #52698E;
--slate-gray-700: #415471;
--slate-gray-800: #2F3C51;
--slate-gray-900: #1E2634;
--slate-gray-950: #131820;
}