Slate Gray
#505F91
BlueColor Codes
All color formats for development
HEX
#505F91RGB
rgb(80, 95, 145)HSL
hsl(226, 29%, 44%)OKLCH
oklch(0.495 0.082 270.5)CMYK
cmyk(45%, 34%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485582
2#404C74
3#384265
4#303957
5#282F48
6#20263A
7#181C2B
8#10131D
9#08090E
Tints
Lighter variations
1#5A6BA3
2#6C7BAE
3#7E8CB8
4#909CC2
5#A3ADCC
6#B5BDD6
7#C8CEE1
8#DADEEB
9#EDEFF5
Tones
Muted variations
1#53618D
2#56628A
3#596487
4#5D6684
5#606880
6#63697D
7#666B7A
8#6A6D77
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BB #B3BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8C98 #8C98C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7B #6B7BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505F #505F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4B #3F4B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D36 #2D3652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2235 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D4D9E7;
--slate-gray-300: #B3BBD5;
--slate-gray-400: #8C98C0;
--slate-gray-500: #6B7BAE;
--slate-gray-600: #505F91;
--slate-gray-700: #3F4B73;
--slate-gray-800: #2D3652;
--slate-gray-900: #1D2235;
--slate-gray-950: #121621;
}