Slate Gray
#525F8E
BlueColor Codes
All color formats for development
HEX
#525F8ERGB
rgb(82, 95, 142)HSL
hsl(227, 27%, 44%)OKLCH
oklch(0.495 0.077 271.6)CMYK
cmyk(42%, 33%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5680
2#424C72
3#394364
4#313955
5#293047
6#212639
7#191D2B
8#10131C
9#080A0E
Tints
Lighter variations
1#5C6BA1
2#6E7BAC
3#808CB6
4#929CC0
5#A4ADCB
6#B6BDD5
7#C9CEE0
8#DBDEEA
9#EDEFF5
Tones
Muted variations
1#55618B
2#586288
3#5B6485
4#5E6682
5#61687F
6#64697C
7#676B79
8#6A6D76
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8E98 #8E98BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7B #6D7BAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525F #525F8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414C #414C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3651 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2334 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D5D9E7;
--slate-gray-300: #B5BBD4;
--slate-gray-400: #8E98BE;
--slate-gray-500: #6D7BAB;
--slate-gray-600: #525F8E;
--slate-gray-700: #414C71;
--slate-gray-800: #2F3651;
--slate-gray-900: #1E2334;
--slate-gray-950: #131620;
}