Slate Gray
#719FA8
CyanColor Codes
All color formats for development
HEX
#719FA8RGB
rgb(113, 159, 168)HSL
hsl(190, 24%, 55%)OKLCH
oklch(0.673 0.051 211.1)CMYK
cmyk(33%, 5%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60929D
2#55828B
3#4B727A
4#406268
5#355157
6#2B4146
7#203134
8#152123
9#0B1011
Tints
Lighter variations
1#7FA8B1
2#8DB2B9
3#9BBCC2
4#AAC5CB
5#B8CFD3
6#C6D8DC
7#D4E2E5
8#E3ECEE
9#F1F5F6
Tones
Muted variations
1#739DA5
2#769BA2
3#7999A0
4#7C979D
5#7E959A
6#819497
7#849295
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 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B4 #90B4BB | Disabled statesSecondary iconsMuted text |
| 500 | 719F #719FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5582 #55828B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | 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: #B6CED2;
--slate-gray-400: #90B4BB;
--slate-gray-500: #719FA8;
--slate-gray-600: #55828B;
--slate-gray-700: #44686F;
--slate-gray-800: #304A4F;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131E20;
}