Slate Gray
#759CA3
CyanColor Codes
All color formats for development
HEX
#759CA3RGB
rgb(117, 156, 163)HSL
hsl(189, 20%, 55%)OKLCH
oklch(0.666 0.044 209.8)CMYK
cmyk(28%, 4%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659097
2#5A8087
3#4F7076
4#436065
5#385054
6#2D4043
7#223032
8#162022
9#0B1011
Tints
Lighter variations
1#83A6AC
2#91B0B6
3#9FBABF
4#ACC4C8
5#BACED1
6#C8D8DA
7#D6E1E3
8#E3EBED
9#F1F5F6
Tones
Muted variations
1#789BA1
2#7A999F
3#7C979C
4#7E969A
5#819498
6#839395
7#859193
8#888F91
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B2 #94B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759C #759CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A80 #5A8087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3349 #33494D | 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: #F6F8F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D7E2E4;
--slate-gray-300: #B9CDD0;
--slate-gray-400: #94B2B8;
--slate-gray-500: #759CA3;
--slate-gray-600: #5A8087;
--slate-gray-700: #47666B;
--slate-gray-800: #33494D;
--slate-gray-900: #212F31;
--slate-gray-950: #141D1F;
}