Slate Gray
#505491
BlueColor Codes
All color formats for development
HEX
#505491RGB
rgb(80, 84, 145)HSL
hsl(236, 29%, 44%)OKLCH
oklch(0.471 0.098 279.1)CMYK
cmyk(45%, 42%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484C82
2#404374
3#383B65
4#303257
5#282A48
6#20223A
7#18192B
8#10111D
9#08080E
Tints
Lighter variations
1#5A5FA3
2#6C70AE
3#7E82B8
4#9094C2
5#A3A6CC
6#B5B8D6
7#C8C9E1
8#DADBEB
9#EDEDF5
Tones
Muted variations
1#53578D
2#565A8A
3#595C87
4#5D5F84
5#606280
6#63657D
7#66687A
8#6A6B77
9#6D6D73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8F #8C8FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6F #6B6FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5054 #505491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F43 #3F4373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D30 #2D3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D6E7;
--slate-gray-300: #B3B6D5;
--slate-gray-400: #8C8FC0;
--slate-gray-500: #6B6FAE;
--slate-gray-600: #505491;
--slate-gray-700: #3F4373;
--slate-gray-800: #2D3052;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121321;
}