Slate Gray
#73A0A5
CyanColor Codes
All color formats for development
HEX
#73A0A5RGB
rgb(115, 160, 165)HSL
hsl(186, 22%, 55%)OKLCH
oklch(0.675 0.049 204.7)CMYK
cmyk(30%, 3%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62949A
2#588489
3#4D7378
4#426367
5#375256
6#2C4244
7#213133
8#162122
9#0B1011
Tints
Lighter variations
1#81AAAE
2#8FB3B7
3#9DBDC0
4#ABC6C9
5#B9D0D2
6#C7D9DB
7#D5E3E4
8#E3ECED
9#F1F6F6
Tones
Muted variations
1#769EA3
2#789CA0
3#7B9A9E
4#7D989B
5#809699
6#829496
7#859294
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 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5884 #588489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4669 #46696D | 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: #92B5B9;
--slate-gray-500: #73A0A5;
--slate-gray-600: #588489;
--slate-gray-700: #46696D;
--slate-gray-800: #324B4E;
--slate-gray-900: #203032;
--slate-gray-950: #141E1F;
}