Slate Gray
#505991
BlueColor Codes
All color formats for development
HEX
#505991RGB
rgb(80, 89, 145)HSL
hsl(232, 29%, 44%)OKLCH
oklch(0.482 0.091 275.5)CMYK
cmyk(45%, 39%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485082
2#404774
3#383E65
4#303557
5#282C48
6#20233A
7#181B2B
8#10121D
9#08090E
Tints
Lighter variations
1#5A64A3
2#6C74AE
3#7E86B8
4#9097C2
5#A3A8CC
6#B5BAD6
7#C8CBE1
8#DADCEB
9#EDEEF5
Tones
Muted variations
1#535B8D
2#565D8A
3#595F87
4#5D6284
5#606480
6#63677D
7#66697A
8#6A6B77
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C93 #8C93C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B74 #6B74AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5058 #505891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F46 #3F4673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | 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: #F5F6FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D7E7;
--slate-gray-300: #B3B8D5;
--slate-gray-400: #8C93C0;
--slate-gray-500: #6B74AE;
--slate-gray-600: #505891;
--slate-gray-700: #3F4673;
--slate-gray-800: #2D3252;
--slate-gray-900: #1D2035;
--slate-gray-950: #121421;
}