Slate Gray
#759FA3
CyanColor Codes
All color formats for development
HEX
#759FA3RGB
rgb(117, 159, 163)HSL
hsl(185, 20%, 55%)OKLCH
oklch(0.673 0.046 203.5)CMYK
cmyk(28%, 2%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659397
2#5A8387
3#4F7376
4#436265
5#385254
6#2D4143
7#223132
8#162122
9#0B1011
Tints
Lighter variations
1#83A9AC
2#91B3B6
3#9FBCBF
4#ACC6C8
5#BACFD1
6#C8D9DA
7#D6E2E3
8#E3ECED
9#F1F5F6
Tones
Muted variations
1#789DA1
2#7A9C9F
3#7C9A9C
4#7E989A
5#819698
6#839495
7#859293
8#889091
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D7E3E4;
--slate-gray-300: #B9CED0;
--slate-gray-400: #94B5B8;
--slate-gray-500: #759FA3;
--slate-gray-600: #5A8387;
--slate-gray-700: #47686B;
--slate-gray-800: #334A4D;
--slate-gray-900: #213031;
--slate-gray-950: #141E1F;
}