Slate Gray
#515890
BlueColor Codes
All color formats for development
HEX
#515890RGB
rgb(81, 88, 144)HSL
hsl(233, 28%, 44%)OKLCH
oklch(0.48 0.09 277)CMYK
cmyk(44%, 39%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494F81
2#414673
3#393E65
4#303556
5#282C48
6#202339
7#181A2B
8#10121D
9#08090E
Tints
Lighter variations
1#5B63A2
2#6D74AD
3#7F86B7
4#9197C1
5#A4A8CC
6#B6BAD6
7#C8CBE0
8#DADCEA
9#EDEEF5
Tones
Muted variations
1#545B8C
2#575D89
3#5A5F86
4#5D6283
5#606480
6#64677D
7#67697A
8#6A6B76
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C74 #6C74AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5158 #515890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4046 #404672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E32 #2E3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D7E7;
--slate-gray-300: #B4B8D5;
--slate-gray-400: #8D93BF;
--slate-gray-500: #6C74AC;
--slate-gray-600: #515890;
--slate-gray-700: #404672;
--slate-gray-800: #2E3252;
--slate-gray-900: #1D2034;
--slate-gray-950: #121421;
}