Slate Gray
#73A5A5
CyanColor Codes
All color formats for development
HEX
#73A5A5RGB
rgb(115, 165, 165)HSL
hsl(180, 22%, 55%)OKLCH
oklch(0.687 0.053 196)CMYK
cmyk(30%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#629A9A
2#588989
3#4D7878
4#426767
5#375656
6#2C4444
7#213333
8#162222
9#0B1111
Tints
Lighter variations
1#81AEAE
2#8FB7B7
3#9DC0C0
4#ABC9C9
5#B9D2D2
6#C7DBDB
7#D5E4E4
8#E3EDED
9#F1F6F6
Tones
Muted variations
1#76A3A3
2#78A0A0
3#7B9E9E
4#7D9B9B
5#809999
6#829696
7#859494
8#879191
9#8A8F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F1F1;
--slate-gray-200: #D7E5E5;
--slate-gray-300: #B7D1D1;
--slate-gray-400: #92B9B9;
--slate-gray-500: #73A5A5;
--slate-gray-600: #588989;
--slate-gray-700: #466D6D;
--slate-gray-800: #324E4E;
--slate-gray-900: #203232;
--slate-gray-950: #141F1F;
}