Slate Gray
#7898A1
CyanColor Codes
All color formats for development
HEX
#7898A1RGB
rgb(120, 152, 161)HSL
hsl(193, 18%, 55%)OKLCH
oklch(0.659 0.038 216.8)CMYK
cmyk(25%, 6%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688B95
2#5C7C84
3#516C74
4#455D63
5#3A4D53
6#2E3E42
7#232E32
8#171F21
9#0C0F11
Tints
Lighter variations
1#85A2AA
2#93ADB4
3#A0B7BD
4#AEC1C7
5#BBCBD0
6#C9D6D9
7#D6E0E3
8#E4EAEC
9#F1F5F6
Tones
Muted variations
1#7A979F
2#7C969D
3#7E949B
4#809399
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 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7898 #7898A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4962 #496269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464B | 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: #BACACF;
--slate-gray-400: #96AFB6;
--slate-gray-500: #7898A1;
--slate-gray-600: #5C7C84;
--slate-gray-700: #496269;
--slate-gray-800: #34464B;
--slate-gray-900: #212D30;
--slate-gray-950: #151C1E;
}