Slate Gray
#517C90
BlueColor Codes
All color formats for development
HEX
#517C90RGB
rgb(81, 124, 144)HSL
hsl(199, 28%, 44%)OKLCH
oklch(0.563 0.057 228.9)CMYK
cmyk(44%, 14%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496F81
2#416373
3#395765
4#304A56
5#283E48
6#203139
7#18252B
8#10191D
9#080C0E
Tints
Lighter variations
1#5B8BA2
2#6D98AD
3#7FA5B7
4#91B2C1
5#A4BFCC
6#B6CCD6
7#C8D9E0
8#DAE5EA
9#EDF2F5
Tones
Muted variations
1#547B8C
2#577989
3#5A7886
4#5D7783
5#607680
6#64757D
7#67747A
8#6A7376
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CA #B4CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8DAF #8DAFBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C98 #6C98AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517C #517C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4062 #406272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E46 #2E4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E1E7;
--slate-gray-300: #B4CAD5;
--slate-gray-400: #8DAFBF;
--slate-gray-500: #6C98AC;
--slate-gray-600: #517C90;
--slate-gray-700: #406272;
--slate-gray-800: #2E4652;
--slate-gray-900: #1D2D34;
--slate-gray-950: #121C21;
}