Slate Gray
#505391
BlueColor Codes
All color formats for development
HEX
#505391RGB
rgb(80, 83, 145)HSL
hsl(237, 29%, 44%)OKLCH
oklch(0.469 0.099 279.7)CMYK
cmyk(45%, 43%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484B82
2#404274
3#383A65
4#303257
5#282948
6#20213A
7#18192B
8#10111D
9#08080E
Tints
Lighter variations
1#5A5DA3
2#6C6FAE
3#7E81B8
4#9093C2
5#A3A5CC
6#B5B7D6
7#C8C9E1
8#DADBEB
9#EDEDF5
Tones
Muted variations
1#53568D
2#56598A
3#595C87
4#5D5F84
5#606280
6#63647D
7#66677A
8#6A6A77
9#6D6D73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B5 #B3B5D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6E #6B6EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5053 #505391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F42 #3F4273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2F #2D2F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | 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: #E8E8F2;
--slate-gray-200: #D4D5E7;
--slate-gray-300: #B3B5D5;
--slate-gray-400: #8C8EC0;
--slate-gray-500: #6B6EAE;
--slate-gray-600: #505391;
--slate-gray-700: #3F4273;
--slate-gray-800: #2D2F52;
--slate-gray-900: #1D1E35;
--slate-gray-950: #121321;
}