Slate Gray
#515690
BlueColor Codes
All color formats for development
HEX
#515690RGB
rgb(81, 86, 144)HSL
hsl(235, 28%, 44%)OKLCH
oklch(0.476 0.093 278.5)CMYK
cmyk(44%, 40%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494D81
2#414573
3#393C65
4#303456
5#282B48
6#202239
7#181A2B
8#10111D
9#08090E
Tints
Lighter variations
1#5B61A2
2#6D72AD
3#7F84B7
4#9195C1
5#A4A7CC
6#B6B9D6
7#C8CAE0
8#DADCEA
9#EDEDF5
Tones
Muted variations
1#54598C
2#575B89
3#5A5E86
4#5D6083
5#606380
6#64667D
7#67687A
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 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D91 #8D91BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C71 #6C71AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5156 #515690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | 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: #D5D6E7;
--slate-gray-300: #B4B7D5;
--slate-gray-400: #8D91BF;
--slate-gray-500: #6C71AC;
--slate-gray-600: #515690;
--slate-gray-700: #404472;
--slate-gray-800: #2E3152;
--slate-gray-900: #1D1F34;
--slate-gray-950: #121421;
}