Slate Gray
#7899A1
CyanColor Codes
All color formats for development
HEX
#7899A1RGB
rgb(120, 153, 161)HSL
hsl(192, 18%, 55%)OKLCH
oklch(0.661 0.038 214.2)CMYK
cmyk(25%, 5%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688C95
2#5C7C84
3#516D74
4#455D63
5#3A4E53
6#2E3E42
7#232F32
8#171F21
9#0C1011
Tints
Lighter variations
1#85A3AA
2#93ADB4
3#A0B7BD
4#AEC2C7
5#BBCCD0
6#C9D6D9
7#D6E0E3
8#E4EBEC
9#F1F5F6
Tones
Muted variations
1#7A979F
2#7C969D
3#7E959B
4#809499
5#829297
6#849195
7#869092
8#888F90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7899 #7899A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4963 #496369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D8E1E4;
--slate-gray-300: #BACBCF;
--slate-gray-400: #96AFB6;
--slate-gray-500: #7899A1;
--slate-gray-600: #5C7C84;
--slate-gray-700: #496369;
--slate-gray-800: #34474B;
--slate-gray-900: #212D30;
--slate-gray-950: #151C1E;
}