Slate Gray
#7698A2
CyanColor Codes
All color formats for development
HEX
#7698A2RGB
rgb(118, 152, 162)HSL
hsl(194, 19%, 55%)OKLCH
oklch(0.658 0.04 217.7)CMYK
cmyk(27%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668B96
2#5B7C86
3#506C75
4#445D64
5#394D53
6#2D3E43
7#222E32
8#171F21
9#0B0F11
Tints
Lighter variations
1#84A2AB
2#92ADB5
3#9FB7BE
4#ADC1C7
5#BBCBD1
6#C8D6DA
7#D6E0E3
8#E4EAEC
9#F1F5F6
Tones
Muted variations
1#7997A0
2#7B969E
3#7D949C
4#7F9399
5#819297
6#849195
7#869093
8#888F91
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AF #95AFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7698 #7698A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7C #5B7C86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4862 #48626A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | 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: #EAEFF1;
--slate-gray-200: #D8E1E4;
--slate-gray-300: #B9CACF;
--slate-gray-400: #95AFB7;
--slate-gray-500: #7698A2;
--slate-gray-600: #5B7C86;
--slate-gray-700: #48626A;
--slate-gray-800: #34464C;
--slate-gray-900: #212D31;
--slate-gray-950: #151C1E;
}