Slate Gray
#709FA9
CyanColor Codes
All color formats for development
HEX
#709FA9RGB
rgb(112, 159, 169)HSL
hsl(191, 25%, 55%)OKLCH
oklch(0.672 0.052 212.3)CMYK
cmyk(34%, 6%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F929E
2#54828C
3#4A727B
4#3F6169
5#355158
6#2A4146
7#203135
8#152023
9#0B1012
Tints
Lighter variations
1#7EA8B2
2#8CB2BA
3#9BBBC3
4#A9C5CB
5#B7CFD4
6#C6D8DD
7#D4E2E5
8#E2ECEE
9#F1F5F6
Tones
Muted variations
1#729DA6
2#759BA3
3#7899A0
4#7B979D
5#7E959B
6#819498
7#849295
8#879092
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED3 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BC | Disabled statesSecondary iconsMuted text |
| 500 | 709E #709EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5482 #54828C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4367 #436770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A50 | 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: #F5F9F9;
--slate-gray-100: #E9F0F2;
--slate-gray-200: #D6E3E6;
--slate-gray-300: #B6CED3;
--slate-gray-400: #8FB4BC;
--slate-gray-500: #709EA9;
--slate-gray-600: #54828C;
--slate-gray-700: #436770;
--slate-gray-800: #304A50;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131E20;
}