Slate Gray
#719BA8
CyanColor Codes
All color formats for development
HEX
#719BA8RGB
rgb(113, 155, 168)HSL
hsl(194, 24%, 55%)OKLCH
oklch(0.664 0.05 218.9)CMYK
cmyk(33%, 8%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#608E9D
2#557F8B
3#4B6F7A
4#405F68
5#354F57
6#2B3F46
7#202F34
8#152023
9#0B1011
Tints
Lighter variations
1#7FA5B1
2#8DAFB9
3#9BB9C2
4#AAC3CB
5#B8CDD3
6#C6D7DC
7#D4E1E5
8#E3EBEE
9#F1F5F6
Tones
Muted variations
1#7399A5
2#7698A2
3#7997A0
4#7C959D
5#7E949A
6#819297
7#849195
8#878F92
9#898E8F
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 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD2 | BordersInactive statesPlaceholder text |
| 400 | 90B1 #90B1BB | Disabled statesSecondary iconsMuted text |
| 500 | 719B #719BA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557F #557F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4465 #44656F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #30484F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2E #1F2E33 | 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: #E9EFF1;
--slate-gray-200: #D6E2E6;
--slate-gray-300: #B6CCD2;
--slate-gray-400: #90B1BB;
--slate-gray-500: #719BA8;
--slate-gray-600: #557F8B;
--slate-gray-700: #44656F;
--slate-gray-800: #30484F;
--slate-gray-900: #1F2E33;
--slate-gray-950: #131D20;
}