Slate Gray
#719AA8
BlueColor Codes
All color formats for development
HEX
#719AA8RGB
rgb(113, 154, 168)HSL
hsl(195, 24%, 55%)OKLCH
oklch(0.661 0.049 221)CMYK
cmyk(33%, 8%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#608D9D
2#557E8B
3#4B6E7A
4#405E68
5#354F57
6#2B3F46
7#202F34
8#151F23
9#0B1011
Tints
Lighter variations
1#7FA4B1
2#8DAEB9
3#9BB8C2
4#AAC2CB
5#B8CDD3
6#C6D7DC
7#D4E1E5
8#E3EBEE
9#F1F5F6
Tones
Muted variations
1#7399A5
2#7697A2
3#7996A0
4#7C959D
5#7E939A
6#819297
7#849095
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 | B6CB #B6CBD2 | BordersInactive statesPlaceholder text |
| 400 | 90B0 #90B0BB | Disabled statesSecondary iconsMuted text |
| 500 | 719A #719AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557E #557E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4464 #44646F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3047 #30474F | 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: #B6CBD2;
--slate-gray-400: #90B0BB;
--slate-gray-500: #719AA8;
--slate-gray-600: #557E8B;
--slate-gray-700: #44646F;
--slate-gray-800: #30474F;
--slate-gray-900: #1F2E33;
--slate-gray-950: #131D20;
}