Slate Gray
#517590
BlueColor Codes
All color formats for development
HEX
#517590RGB
rgb(81, 117, 144)HSL
hsl(206, 28%, 44%)OKLCH
oklch(0.546 0.059 241.6)CMYK
cmyk(44%, 19%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496981
2#415D73
3#395165
4#304656
5#283A48
6#202F39
7#18232B
8#10171D
9#080C0E
Tints
Lighter variations
1#5B83A2
2#6D91AD
3#7F9FB7
4#91ADC1
5#A4BACC
6#B6C8D6
7#C8D6E0
8#DAE4EA
9#EDF1F5
Tones
Muted variations
1#54748C
2#577489
3#5A7386
4#5D7383
5#607280
6#64727D
7#67717A
8#6A7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA9 #8DA9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C91 #6C91AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5174 #517490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E42 #2E4252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B4C7D5;
--slate-gray-400: #8DA9BF;
--slate-gray-500: #6C91AC;
--slate-gray-600: #517490;
--slate-gray-700: #405D72;
--slate-gray-800: #2E4252;
--slate-gray-900: #1D2A34;
--slate-gray-950: #121A21;
}