Slate Gray
#70A3A9
CyanColor Codes
All color formats for development
HEX
#70A3A9RGB
rgb(112, 163, 169)HSL
hsl(186, 25%, 55%)OKLCH
oklch(0.682 0.055 205.2)CMYK
cmyk(34%, 4%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F979E
2#54878C
3#4A767B
4#3F6569
5#355458
6#2A4346
7#203235
8#152223
9#0B1112
Tints
Lighter variations
1#7EACB2
2#8CB6BA
3#9BBFC3
4#A9C8CB
5#B7D1D4
6#C6DADD
7#D4E3E5
8#E2EDEE
9#F1F6F6
Tones
Muted variations
1#72A1A6
2#759FA3
3#789CA0
4#7B9A9D
5#7E989B
6#819598
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 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D3 | BordersInactive statesPlaceholder text |
| 400 | 8FB8 #8FB8BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A3 #70A3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5487 #54878C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 436B #436B70 | 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: #D6E4E6;
--slate-gray-300: #B6D0D3;
--slate-gray-400: #8FB8BC;
--slate-gray-500: #70A3A9;
--slate-gray-600: #54878C;
--slate-gray-700: #436B70;
--slate-gray-800: #304D50;
--slate-gray-900: #1F3133;
--slate-gray-950: #131F20;
}