Slate Gray
#739AA5
CyanColor Codes
All color formats for development
HEX
#739AA5RGB
rgb(115, 154, 165)HSL
hsl(193, 22%, 55%)OKLCH
oklch(0.661 0.046 217)CMYK
cmyk(30%, 7%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628E9A
2#587E89
3#4D6E78
4#425F67
5#374F56
6#2C3F44
7#212F33
8#162022
9#0B1011
Tints
Lighter variations
1#81A5AE
2#8FAFB7
3#9DB9C0
4#ABC3C9
5#B9CDD2
6#C7D7DB
7#D5E1E4
8#E3EBED
9#F1F5F6
Tones
Muted variations
1#7699A3
2#7898A0
3#7B969E
4#7D959B
5#809399
6#829296
7#859194
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 | B7CC #B7CCD1 | BordersInactive statesPlaceholder text |
| 400 | 92B1 #92B1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739B #739BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587E #587E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4664 #46646D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | 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: #E9EFF1;
--slate-gray-200: #D7E2E5;
--slate-gray-300: #B7CCD1;
--slate-gray-400: #92B1B9;
--slate-gray-500: #739BA5;
--slate-gray-600: #587E89;
--slate-gray-700: #46646D;
--slate-gray-800: #32484E;
--slate-gray-900: #202E32;
--slate-gray-950: #141D1F;
}