Slate Gray
#517690
BlueColor Codes
All color formats for development
HEX
#517690RGB
rgb(81, 118, 144)HSL
hsl(205, 28%, 44%)OKLCH
oklch(0.548 0.058 239.8)CMYK
cmyk(44%, 18%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496A81
2#415E73
3#395265
4#304656
5#283B48
6#202F39
7#18232B
8#10171D
9#080C0E
Tints
Lighter variations
1#5B84A2
2#6D92AD
3#7FA0B7
4#91ADC1
5#A4BBCC
6#B6C9D6
7#C8D6E0
8#DAE4EA
9#EDF1F5
Tones
Muted variations
1#54758C
2#577489
3#5A7486
4#5D7383
5#607380
6#64727D
7#67727A
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 | 8DAA #8DAABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C92 #6C92AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5175 #517590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E43 #2E4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | 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: #8DAABF;
--slate-gray-500: #6C92AC;
--slate-gray-600: #517590;
--slate-gray-700: #405D72;
--slate-gray-800: #2E4352;
--slate-gray-900: #1D2B34;
--slate-gray-950: #121B21;
}