Slate Gray
#517490
BlueColor Codes
All color formats for development
HEX
#517490RGB
rgb(81, 116, 144)HSL
hsl(207, 28%, 44%)OKLCH
oklch(0.544 0.059 243.3)CMYK
cmyk(44%, 19%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496881
2#415C73
3#395165
4#304556
5#283A48
6#202E39
7#18232B
8#10171D
9#080C0E
Tints
Lighter variations
1#5B82A2
2#6D90AD
3#7F9EB7
4#91ACC1
5#A4BACC
6#B6C7D6
7#C8D5E0
8#DAE3EA
9#EDF1F5
Tones
Muted variations
1#54738C
2#577389
3#5A7286
4#5D7283
5#607280
6#64717D
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 | B4C6 #B4C6D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA8 #8DA8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8F #6C8FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5173 #517390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405C #405C72 | 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: #B4C6D5;
--slate-gray-400: #8DA8BF;
--slate-gray-500: #6C8FAC;
--slate-gray-600: #517390;
--slate-gray-700: #405C72;
--slate-gray-800: #2E4252;
--slate-gray-900: #1D2A34;
--slate-gray-950: #121A21;
}