Slate Gray
#70A7A9
CyanColor Codes
All color formats for development
HEX
#70A7A9RGB
rgb(112, 167, 169)HSL
hsl(182, 25%, 55%)OKLCH
oklch(0.691 0.058 198.8)CMYK
cmyk(34%, 1%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F9C9E
2#548A8C
3#4A797B
4#3F6869
5#355658
6#2A4546
7#203435
8#152323
9#0B1112
Tints
Lighter variations
1#7EB0B2
2#8CB9BA
3#9BC1C3
4#A9CACB
5#B7D3D4
6#C6DCDD
7#D4E5E5
8#E2EDEE
9#F1F6F6
Tones
Muted variations
1#72A4A6
2#75A2A3
3#789FA0
4#7B9C9D
5#7E9A9B
6#819798
7#849495
8#879292
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 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBB #8FBBBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A7 #70A7A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548A #548A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 436E #436E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | 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: #D6E6E6;
--slate-gray-300: #B6D2D3;
--slate-gray-400: #8FBBBC;
--slate-gray-500: #70A7A9;
--slate-gray-600: #548A8C;
--slate-gray-700: #436E70;
--slate-gray-800: #304F50;
--slate-gray-900: #1F3233;
--slate-gray-950: #131F20;
}