Slate Gray
#759AA3
CyanColor Codes
All color formats for development
HEX
#759AA3RGB
rgb(117, 154, 163)HSL
hsl(192, 20%, 55%)OKLCH
oklch(0.662 0.043 214.3)CMYK
cmyk(28%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658D97
2#5A7E87
3#4F6E76
4#435E65
5#384F54
6#2D3F43
7#222F32
8#161F22
9#0B1011
Tints
Lighter variations
1#83A4AC
2#91AEB6
3#9FB8BF
4#ACC2C8
5#BACDD1
6#C8D7DA
7#D6E1E3
8#E3EBED
9#F1F5F6
Tones
Muted variations
1#7899A1
2#7A979F
3#7C969C
4#7E959A
5#819398
6#839295
7#859093
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 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94B0 #94B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759A #759AA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7E #5A7E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4764 #47646B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | 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: #EAEFF1;
--slate-gray-200: #D7E2E4;
--slate-gray-300: #B9CBD0;
--slate-gray-400: #94B0B8;
--slate-gray-500: #759AA3;
--slate-gray-600: #5A7E87;
--slate-gray-700: #47646B;
--slate-gray-800: #33474D;
--slate-gray-900: #212E31;
--slate-gray-950: #141D1F;
}