Slate Gray
#526A8E
BlueColor Codes
All color formats for development
HEX
#526A8ERGB
rgb(82, 106, 142)HSL
hsl(216, 27%, 44%)OKLCH
oklch(0.52 0.064 258.3)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#425572
3#394A64
4#314055
5#293547
6#212A39
7#19202B
8#10151C
9#080B0E
Tints
Lighter variations
1#5C78A1
2#6E87AC
3#8096B6
4#92A5C0
5#A4B4CB
6#B6C3D5
7#C9D2E0
8#DBE1EA
9#EDF0F5
Tones
Muted variations
1#556B8B
2#586B88
3#5B6C85
4#5E6D82
5#616D7F
6#646E7C
7#676E79
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 | B5C1 #B5C1D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA1 #8EA1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D86 #6D86AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526A #526A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4154 #415471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C51 | 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: #B5C1D4;
--slate-gray-400: #8EA1BE;
--slate-gray-500: #6D86AB;
--slate-gray-600: #526A8E;
--slate-gray-700: #415471;
--slate-gray-800: #2F3C51;
--slate-gray-900: #1E2734;
--slate-gray-950: #131820;
}