Slate Gray
#505591
BlueColor Codes
All color formats for development
HEX
#505591RGB
rgb(80, 85, 145)HSL
hsl(235, 29%, 44%)OKLCH
oklch(0.473 0.096 278.4)CMYK
cmyk(45%, 41%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484D82
2#404474
3#383C65
4#303357
5#282B48
6#20223A
7#181A2B
8#10111D
9#08090E
Tints
Lighter variations
1#5A60A3
2#6C71AE
3#7E83B8
4#9095C2
5#A3A6CC
6#B5B8D6
7#C8CAE1
8#DADCEB
9#EDEDF5
Tones
Muted variations
1#53588D
2#565B8A
3#595D87
4#5D6084
5#606380
6#63657D
7#66687A
8#6A6B77
9#6D6D73
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 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C90 #8C90C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B71 #6B71AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5055 #505591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F44 #3F4473 | 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: #F5F6FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D6E7;
--slate-gray-300: #B3B6D5;
--slate-gray-400: #8C90C0;
--slate-gray-500: #6B71AE;
--slate-gray-600: #505591;
--slate-gray-700: #3F4473;
--slate-gray-800: #2D3052;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121321;
}