Slate Gray
#505091
BlueColor Codes
All color formats for development
HEX
#505091RGB
rgb(80, 80, 145)HSL
hsl(240, 29%, 44%)OKLCH
oklch(0.463 0.104 281.6)CMYK
cmyk(45%, 45%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484882
2#404074
3#383865
4#303057
5#282848
6#20203A
7#18182B
8#10101D
9#08080E
Tints
Lighter variations
1#5A5AA3
2#6C6CAE
3#7E7EB8
4#9090C2
5#A3A3CC
6#B5B5D6
7#C8C8E1
8#DADAEB
9#EDEDF5
Tones
Muted variations
1#53538D
2#56568A
3#595987
4#5D5D84
5#606080
6#63637D
7#66667A
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 | D4D4 #D4D4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B3 #B3B3D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8C #8C8CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6B #6B6BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5050 #505091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F3F #3F3F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2D #2D2D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D35 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | 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: #D4D4E7;
--slate-gray-300: #B3B3D5;
--slate-gray-400: #8C8CC0;
--slate-gray-500: #6B6BAE;
--slate-gray-600: #505091;
--slate-gray-700: #3F3F73;
--slate-gray-800: #2D2D52;
--slate-gray-900: #1D1D35;
--slate-gray-950: #121221;
}