Slate Gray
#759EA3
CyanColor Codes
All color formats for development
HEX
#759EA3RGB
rgb(117, 158, 163)HSL
hsl(187, 20%, 55%)OKLCH
oklch(0.671 0.045 205.5)CMYK
cmyk(28%, 3%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659297
2#5A8187
3#4F7176
4#436165
5#385154
6#2D4143
7#223132
8#162022
9#0B1011
Tints
Lighter variations
1#83A8AC
2#91B1B6
3#9FBBBF
4#ACC5C8
5#BACED1
6#C8D8DA
7#D6E2E3
8#E3ECED
9#F1F5F6
Tones
Muted variations
1#789CA1
2#7A9A9F
3#7C999C
4#7E979A
5#819598
6#839395
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 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B3 #94B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759E #759EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A81 #5A8187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4767 #47676B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | 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: #B9CDD0;
--slate-gray-400: #94B3B8;
--slate-gray-500: #759EA3;
--slate-gray-600: #5A8187;
--slate-gray-700: #47676B;
--slate-gray-800: #334A4D;
--slate-gray-900: #212F31;
--slate-gray-950: #141D1F;
}