Slate Gray
#70A9A9
CyanColor Codes
All color formats for development
HEX
#70A9A9RGB
rgb(112, 169, 169)HSL
hsl(180, 25%, 55%)OKLCH
oklch(0.696 0.06 195.9)CMYK
cmyk(34%, 0%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F9E9E
2#548C8C
3#4A7B7B
4#3F6969
5#355858
6#2A4646
7#203535
8#152323
9#0B1212
Tints
Lighter variations
1#7EB2B2
2#8CBABA
3#9BC3C3
4#A9CBCB
5#B7D4D4
6#C6DDDD
7#D4E5E5
8#E2EEEE
9#F1F6F6
Tones
Muted variations
1#72A6A6
2#75A3A3
3#78A0A0
4#7B9D9D
5#7E9B9B
6#819898
7#849595
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 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D3 #B6D3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A9 #70A9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548C #548C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4370 #437070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3050 #305050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F2F2;
--slate-gray-200: #D6E6E6;
--slate-gray-300: #B6D3D3;
--slate-gray-400: #8FBCBC;
--slate-gray-500: #70A9A9;
--slate-gray-600: #548C8C;
--slate-gray-700: #437070;
--slate-gray-800: #305050;
--slate-gray-900: #1F3333;
--slate-gray-950: #132020;
}