Slate Gray
#70A4A9
CyanColor Codes
All color formats for development
HEX
#70A4A9RGB
rgb(112, 164, 169)HSL
hsl(185, 25%, 55%)OKLCH
oklch(0.684 0.055 203.5)CMYK
cmyk(34%, 3%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F999E
2#54888C
3#4A777B
4#3F6669
5#355558
6#2A4446
7#203335
8#152223
9#0B1112
Tints
Lighter variations
1#7EADB2
2#8CB6BA
3#9BBFC3
4#A9C8CB
5#B7D2D4
6#C6DBDD
7#D4E4E5
8#E2EDEE
9#F1F6F6
Tones
Muted variations
1#72A2A6
2#759FA3
3#789DA0
4#7B9B9D
5#7E989B
6#819698
7#849395
8#879192
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D3 | BordersInactive statesPlaceholder text |
| 400 | 8FB8 #8FB8BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A4 #70A4A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5488 #54888C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 436C #436C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304D #304D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F1F2;
--slate-gray-200: #D6E5E6;
--slate-gray-300: #B6D1D3;
--slate-gray-400: #8FB8BC;
--slate-gray-500: #70A4A9;
--slate-gray-600: #54888C;
--slate-gray-700: #436C70;
--slate-gray-800: #304D50;
--slate-gray-900: #1F3133;
--slate-gray-950: #131F20;
}