Slate Gray
#70A1A9
CyanColor Codes
All color formats for development
HEX
#70A1A9RGB
rgb(112, 161, 169)HSL
hsl(188, 25%, 55%)OKLCH
oklch(0.677 0.054 208.7)CMYK
cmyk(34%, 5%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F959E
2#54858C
3#4A747B
4#3F6469
5#355358
6#2A4246
7#203235
8#152123
9#0B1112
Tints
Lighter variations
1#7EABB2
2#8CB4BA
3#9BBDC3
4#A9C7CB
5#B7D0D4
6#C6DADD
7#D4E3E5
8#E2ECEE
9#F1F6F6
Tones
Muted variations
1#729FA6
2#759DA3
3#789BA0
4#7B999D
5#7E979B
6#819598
7#849395
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 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CF #B6CFD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB6 #8FB6BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A1 #70A1A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5485 #54858C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 436A #436A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304B #304B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | 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: #D6E4E6;
--slate-gray-300: #B6CFD3;
--slate-gray-400: #8FB6BC;
--slate-gray-500: #70A1A9;
--slate-gray-600: #54858C;
--slate-gray-700: #436A70;
--slate-gray-800: #304B50;
--slate-gray-900: #1F3033;
--slate-gray-950: #131E20;
}