Slate Gray
#505D91
BlueColor Codes
All color formats for development
HEX
#505D91RGB
rgb(80, 93, 145)HSL
hsl(228, 29%, 44%)OKLCH
oklch(0.491 0.085 272.3)CMYK
cmyk(45%, 36%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485382
2#404A74
3#384165
4#303857
5#282E48
6#20253A
7#181C2B
8#10131D
9#08090E
Tints
Lighter variations
1#5A68A3
2#6C79AE
3#7E8AB8
4#909AC2
5#A3ABCC
6#B5BCD6
7#C8CDE1
8#DADDEB
9#EDEEF5
Tones
Muted variations
1#535F8D
2#56618A
3#596387
4#5D6484
5#606680
6#63687D
7#666A7A
8#6A6C77
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 | D4D8 #D4D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BA #B3BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8C96 #8C96C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B78 #6B78AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505D #505D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4A #3F4A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D35 #2D3552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2235 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | 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: #D4D8E7;
--slate-gray-300: #B3BAD5;
--slate-gray-400: #8C96C0;
--slate-gray-500: #6B78AE;
--slate-gray-600: #505D91;
--slate-gray-700: #3F4A73;
--slate-gray-800: #2D3552;
--slate-gray-900: #1D2235;
--slate-gray-950: #121521;
}