Slate Gray
#739EA5
CyanColor Codes
All color formats for development
HEX
#739EA5RGB
rgb(115, 158, 165)HSL
hsl(188, 22%, 55%)OKLCH
oklch(0.671 0.048 208.6)CMYK
cmyk(30%, 4%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62939A
2#588289
3#4D7278
4#426267
5#375156
6#2C4144
7#213133
8#162122
9#0B1011
Tints
Lighter variations
1#81A8AE
2#8FB2B7
3#9DBCC0
4#ABC5C9
5#B9CFD2
6#C7D9DB
7#D5E2E4
8#E3ECED
9#F1F5F6
Tones
Muted variations
1#769DA3
2#789BA0
3#7B999E
4#7D979B
5#809699
6#829496
7#859294
8#879091
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CE #B7CED1 | BordersInactive statesPlaceholder text |
| 400 | 92B4 #92B4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739F #739FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5882 #588289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4668 #46686D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F32 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E3E5;
--slate-gray-300: #B7CED1;
--slate-gray-400: #92B4B9;
--slate-gray-500: #739FA5;
--slate-gray-600: #588289;
--slate-gray-700: #46686D;
--slate-gray-800: #324A4E;
--slate-gray-900: #202F32;
--slate-gray-950: #141E1F;
}