Slate Gray
#709CA9
CyanColor Codes
All color formats for development
HEX
#709CA9RGB
rgb(112, 156, 169)HSL
hsl(194, 25%, 55%)OKLCH
oklch(0.666 0.051 218.1)CMYK
cmyk(34%, 8%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F8F9E
2#547F8C
3#4A6F7B
4#3F5F69
5#354F58
6#2A4046
7#203035
8#152023
9#0B1012
Tints
Lighter variations
1#7EA5B2
2#8CAFBA
3#9BB9C3
4#A9C3CB
5#B7CDD4
6#C6D7DD
7#D4E1E5
8#E2EBEE
9#F1F5F6
Tones
Muted variations
1#729AA6
2#7598A3
3#7897A0
4#7B959D
5#7E949B
6#819298
7#849195
8#878F92
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB2 #8FB2BC | Disabled statesSecondary iconsMuted text |
| 500 | 709C #709CA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547F #547F8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4365 #436570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #304850 | 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: #F5F8F9;
--slate-gray-100: #E9F0F2;
--slate-gray-200: #D6E2E6;
--slate-gray-300: #B6CCD3;
--slate-gray-400: #8FB2BC;
--slate-gray-500: #709CA9;
--slate-gray-600: #547F8C;
--slate-gray-700: #436570;
--slate-gray-800: #304850;
--slate-gray-900: #1F2E33;
--slate-gray-950: #131D20;
}