Slate Gray
#517290
BlueColor Codes
All color formats for development
HEX
#517290RGB
rgb(81, 114, 144)HSL
hsl(209, 28%, 44%)OKLCH
oklch(0.539 0.061 246.6)CMYK
cmyk(44%, 21%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496681
2#415B73
3#394F65
4#304456
5#283948
6#202D39
7#18222B
8#10171D
9#080B0E
Tints
Lighter variations
1#5B80A2
2#6D8EAD
3#7F9CB7
4#91AAC1
5#A4B8CC
6#B6C6D6
7#C8D5E0
8#DAE3EA
9#EDF1F5
Tones
Muted variations
1#54718C
2#577189
3#5A7186
4#5D7183
5#607180
6#64717D
7#67717A
8#6A7076
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C5 #B4C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA7 #8DA7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8D #6C8DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5171 #517190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405A #405A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E40 #2E4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2934 | 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: #F5F7F9;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D5DEE7;
--slate-gray-300: #B4C5D5;
--slate-gray-400: #8DA7BF;
--slate-gray-500: #6C8DAC;
--slate-gray-600: #517190;
--slate-gray-700: #405A72;
--slate-gray-800: #2E4052;
--slate-gray-900: #1D2934;
--slate-gray-950: #121A21;
}