Slate Gray
#526B8E
BlueColor Codes
All color formats for development
HEX
#526B8ERGB
rgb(82, 107, 142)HSL
hsl(215, 27%, 44%)OKLCH
oklch(0.522 0.063 256.9)CMYK
cmyk(42%, 25%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6080
2#425672
3#394B64
4#314055
5#293647
6#212B39
7#19202B
8#10151C
9#080B0E
Tints
Lighter variations
1#5C79A1
2#6E88AC
3#8097B6
4#92A5C0
5#A4B4CB
6#B6C3D5
7#C9D2E0
8#DBE1EA
9#EDF0F5
Tones
Muted variations
1#556C8B
2#586C88
3#5B6D85
4#5E6D82
5#616E7F
6#646E7C
7#676F79
8#6A6F76
9#6D7073
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 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA2 #8EA2BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D87 #6D87AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526B #526B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4155 #415571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2734 | 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: #B5C2D4;
--slate-gray-400: #8EA2BE;
--slate-gray-500: #6D87AB;
--slate-gray-600: #526B8E;
--slate-gray-700: #415571;
--slate-gray-800: #2F3D51;
--slate-gray-900: #1E2734;
--slate-gray-950: #131820;
}