Slate Gray
#758DA3
BlueColor Codes
All color formats for development
HEX
#758DA3RGB
rgb(117, 141, 163)HSL
hsl(209, 20%, 55%)OKLCH
oklch(0.633 0.043 246.2)CMYK
cmyk(28%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657F97
2#5A7187
3#4F6376
4#435565
5#384754
6#2D3843
7#222A32
8#161C22
9#0B0E11
Tints
Lighter variations
1#8398AC
2#91A4B6
3#9FAFBF
4#ACBBC8
5#BAC6D1
6#C8D1DA
7#D6DDE3
8#E3E8ED
9#F1F4F6
Tones
Muted variations
1#788DA1
2#7A8D9F
3#7C8D9C
4#7E8D9A
5#818D98
6#838D95
7#858C93
8#888C91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5D0 | BordersInactive statesPlaceholder text |
| 400 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758D #758DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A71 #5A7187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF1;
--slate-gray-200: #D7DEE4;
--slate-gray-300: #B9C5D0;
--slate-gray-400: #94A6B8;
--slate-gray-500: #758DA3;
--slate-gray-600: #5A7187;
--slate-gray-700: #475A6B;
--slate-gray-800: #33404D;
--slate-gray-900: #212931;
--slate-gray-950: #141A1F;
}