Slate Gray
#7399A5
CyanColor Codes
All color formats for development
HEX
#7399A5RGB
rgb(115, 153, 165)HSL
hsl(194, 22%, 55%)OKLCH
oklch(0.659 0.045 219.2)CMYK
cmyk(30%, 7%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628D9A
2#587D89
3#4D6E78
4#425E67
5#374E56
6#2C3F44
7#212F33
8#161F22
9#0B1011
Tints
Lighter variations
1#81A4AE
2#8FAEB7
3#9DB8C0
4#ABC2C9
5#B9CCD2
6#C7D6DB
7#D5E1E4
8#E3EBED
9#F1F5F6
Tones
Muted variations
1#7698A3
2#7897A0
3#7B969E
4#7D949B
5#809399
6#829296
7#859094
8#878F91
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CB #B7CBD1 | BordersInactive statesPlaceholder text |
| 400 | 92B0 #92B0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739A #739AA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587D #587D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4664 #46646D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3247 #32474E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EFF1;
--slate-gray-200: #D7E2E5;
--slate-gray-300: #B7CBD1;
--slate-gray-400: #92B0B9;
--slate-gray-500: #739AA5;
--slate-gray-600: #587D89;
--slate-gray-700: #46646D;
--slate-gray-800: #32474E;
--slate-gray-900: #202E32;
--slate-gray-950: #141C1F;
}