Slate Gray
#52558E
BlueColor Codes
All color formats for development
HEX
#52558ERGB
rgb(82, 85, 142)HSL
hsl(237, 27%, 44%)OKLCH
oklch(0.473 0.091 280)CMYK
cmyk(42%, 40%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4C80
2#424472
3#393B64
4#313355
5#292A47
6#212239
7#19192B
8#10111C
9#08080E
Tints
Lighter variations
1#5C60A1
2#6E71AC
3#8083B6
4#9294C0
5#A4A6CB
6#B6B8D5
7#C9CAE0
8#DBDBEA
9#EDEDF5
Tones
Muted variations
1#55588B
2#585A88
3#5B5D85
4#5E6082
5#61637F
6#64657C
7#676879
8#6A6B76
9#6D6D73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8E90 #8E90BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D70 #6D70AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5255 #52558E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4144 #414471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | 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: #E8E9F2;
--slate-gray-200: #D5D6E7;
--slate-gray-300: #B5B6D4;
--slate-gray-400: #8E90BE;
--slate-gray-500: #6D70AB;
--slate-gray-600: #52558E;
--slate-gray-700: #414471;
--slate-gray-800: #2F3051;
--slate-gray-900: #1E1F34;
--slate-gray-950: #131320;
}