Slate Gray
#73A1A5
CyanColor Codes
All color formats for development
HEX
#73A1A5RGB
rgb(115, 161, 165)HSL
hsl(185, 22%, 55%)OKLCH
oklch(0.677 0.05 202.8)CMYK
cmyk(30%, 2%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62959A
2#588589
3#4D7478
4#426467
5#375356
6#2C4244
7#213233
8#162122
9#0B1111
Tints
Lighter variations
1#81ABAE
2#8FB4B7
3#9DBDC0
4#ABC7C9
5#B9D0D2
6#C7DADB
7#D5E3E4
8#E3ECED
9#F1F6F6
Tones
Muted variations
1#769FA3
2#789DA0
3#7B9B9E
4#7D999B
5#809799
6#829596
7#859394
8#879091
9#8A8E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B6 #92B6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A1 #73A1A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5885 #588589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466A #466A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E4E5;
--slate-gray-300: #B7CFD1;
--slate-gray-400: #92B6B9;
--slate-gray-500: #73A1A5;
--slate-gray-600: #588589;
--slate-gray-700: #466A6D;
--slate-gray-800: #324B4E;
--slate-gray-900: #203032;
--slate-gray-950: #141E1F;
}