Slate Gray
#758FA3
BlueColor Codes
All color formats for development
HEX
#758FA3RGB
rgb(117, 143, 163)HSL
hsl(206, 20%, 55%)OKLCH
oklch(0.637 0.042 241.4)CMYK
cmyk(28%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658297
2#5A7387
3#4F6576
4#435665
5#384854
6#2D3A43
7#222B32
8#161D22
9#0B0E11
Tints
Lighter variations
1#839AAC
2#91A6B6
3#9FB1BF
4#ACBCC8
5#BAC7D1
6#C8D2DA
7#D6DDE3
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#788FA1
2#7A8F9F
3#7C8E9C
4#7E8E9A
5#818E98
6#838D95
7#858D93
8#888D91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A73 #5A7387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D7DFE4;
--slate-gray-300: #B9C6D0;
--slate-gray-400: #94A8B8;
--slate-gray-500: #758FA3;
--slate-gray-600: #5A7387;
--slate-gray-700: #475C6B;
--slate-gray-800: #33414D;
--slate-gray-900: #212A31;
--slate-gray-950: #141A1F;
}