Slate Gray
#505791
BlueColor Codes
All color formats for development
HEX
#505791RGB
rgb(80, 87, 145)HSL
hsl(234, 29%, 44%)OKLCH
oklch(0.478 0.094 277)CMYK
cmyk(45%, 40%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484E82
2#404574
3#383C65
4#303457
5#282B48
6#20223A
7#181A2B
8#10111D
9#08090E
Tints
Lighter variations
1#5A61A3
2#6C72AE
3#7E84B8
4#9095C2
5#A3A7CC
6#B5B9D6
7#C8CAE1
8#DADCEB
9#EDEDF5
Tones
Muted variations
1#53598D
2#565B8A
3#595E87
4#5D6184
5#606380
6#63667D
7#66687A
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 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B7 #B3B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8C91 #8C91C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B72 #6B72AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5056 #505691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F45 #3F4573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D31 #2D3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | 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: #D4D6E7;
--slate-gray-300: #B3B7D5;
--slate-gray-400: #8C91C0;
--slate-gray-500: #6B72AE;
--slate-gray-600: #505691;
--slate-gray-700: #3F4573;
--slate-gray-800: #2D3152;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121421;
}