Slate Gray
#719DA8
CyanColor Codes
All color formats for development
HEX
#719DA8RGB
rgb(113, 157, 168)HSL
hsl(192, 24%, 55%)OKLCH
oklch(0.668 0.05 214.9)CMYK
cmyk(33%, 7%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60909D
2#55808B
3#4B707A
4#406068
5#355057
6#2B4046
7#203034
8#152023
9#0B1011
Tints
Lighter variations
1#7FA7B1
2#8DB0B9
3#9BBAC2
4#AAC4CB
5#B8CED3
6#C6D8DC
7#D4E2E5
8#E3EBEE
9#F1F5F6
Tones
Muted variations
1#739BA5
2#7699A2
3#7998A0
4#7C969D
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 | F6F8 #F6F8F9 | 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 | 719D #719DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5580 #55808B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4466 #44666F | 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: #F6F8F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D6E3E6;
--slate-gray-300: #B6CDD2;
--slate-gray-400: #90B3BB;
--slate-gray-500: #719DA8;
--slate-gray-600: #55808B;
--slate-gray-700: #44666F;
--slate-gray-800: #30494F;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131D20;
}