Slate Gray
#719EA8
CyanColor Codes
All color formats for development
HEX
#719EA8RGB
rgb(113, 158, 168)HSL
hsl(191, 24%, 55%)OKLCH
oklch(0.67 0.051 213)CMYK
cmyk(33%, 6%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60919D
2#55818B
3#4B717A
4#406168
5#355157
6#2B4146
7#203034
8#152023
9#0B1011
Tints
Lighter variations
1#7FA7B1
2#8DB1B9
3#9BBBC2
4#AAC5CB
5#B8CED3
6#C6D8DC
7#D4E2E5
8#E3ECEE
9#F1F5F6
Tones
Muted variations
1#739CA5
2#769AA2
3#7998A0
4#7C979D
5#7E959A
6#819397
7#849195
8#879092
9#898E8F
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 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719E #719EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5581 #55818B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4467 #44676F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | 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: #D6E3E6;
--slate-gray-300: #B6CDD2;
--slate-gray-400: #90B3BB;
--slate-gray-500: #719EA8;
--slate-gray-600: #55818B;
--slate-gray-700: #44676F;
--slate-gray-800: #30494F;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131D20;
}