Slate Gray
#52528E
BlueColor Codes
All color formats for development
HEX
#52528ERGB
rgb(82, 82, 142)HSL
hsl(240, 27%, 44%)OKLCH
oklch(0.467 0.096 282)CMYK
cmyk(42%, 42%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4A80
2#424272
3#393964
4#313155
5#292947
6#212139
7#19192B
8#10101C
9#08080E
Tints
Lighter variations
1#5C5CA1
2#6E6EAC
3#8080B6
4#9292C0
5#A4A4CB
6#B6B6D5
7#C9C9E0
8#DBDBEA
9#EDEDF5
Tones
Muted variations
1#55558B
2#585888
3#5B5B85
4#5E5E82
5#61617F
6#64647C
7#676779
8#6A6A76
9#6D6D73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8E #8E8EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6D #6D6DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5252 #52528E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4141 #414171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B5B5D4;
--slate-gray-400: #8E8EBE;
--slate-gray-500: #6D6DAB;
--slate-gray-600: #52528E;
--slate-gray-700: #414171;
--slate-gray-800: #2F2F51;
--slate-gray-900: #1E1E34;
--slate-gray-950: #131320;
}