Slate Gray
#515590
BlueColor Codes
All color formats for development
HEX
#515590RGB
rgb(81, 85, 144)HSL
hsl(236, 28%, 44%)OKLCH
oklch(0.474 0.095 279.2)CMYK
cmyk(44%, 41%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494C81
2#414473
3#393B65
4#303356
5#282A48
6#202239
7#18192B
8#10111D
9#08080E
Tints
Lighter variations
1#5B60A2
2#6D71AD
3#7F83B7
4#9195C1
5#A4A6CC
6#B6B8D6
7#C8CAE0
8#DADCEA
9#EDEDF5
Tones
Muted variations
1#54588C
2#575A89
3#5A5D86
4#5D6083
5#606380
6#64657D
7#67687A
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 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D90 #8D90BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C70 #6C70AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5155 #515590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | 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: #B4B6D5;
--slate-gray-400: #8D90BF;
--slate-gray-500: #6C70AC;
--slate-gray-600: #515590;
--slate-gray-700: #404472;
--slate-gray-800: #2E3052;
--slate-gray-900: #1D1F34;
--slate-gray-950: #121321;
}