Slate Gray
#7897A1
BlueColor Codes
All color formats for development
HEX
#7897A1RGB
rgb(120, 151, 161)HSL
hsl(195, 18%, 55%)OKLCH
oklch(0.656 0.038 219.5)CMYK
cmyk(25%, 6%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688A95
2#5C7A84
3#516B74
4#455C63
5#3A4C53
6#2E3D42
7#232E32
8#171F21
9#0C0F11
Tints
Lighter variations
1#85A1AA
2#93ABB4
3#A0B6BD
4#AEC0C7
5#BBCBD0
6#C9D5D9
7#D6E0E3
8#E4EAEC
9#F1F5F6
Tones
Muted variations
1#7A969F
2#7C959D
3#7E939B
4#809299
5#829197
6#849095
7#868F92
8#888E90
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 | 96AE #96AEB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7897 #7897A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7A #5C7A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4961 #496169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | 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: #96AEB6;
--slate-gray-500: #7897A1;
--slate-gray-600: #5C7A84;
--slate-gray-700: #496169;
--slate-gray-800: #34454B;
--slate-gray-900: #212C30;
--slate-gray-950: #151C1E;
}