Slate Gray
#7697A2
BlueColor Codes
All color formats for development
HEX
#7697A2RGB
rgb(118, 151, 162)HSL
hsl(195, 19%, 55%)OKLCH
oklch(0.655 0.04 220.2)CMYK
cmyk(27%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668A96
2#5B7B86
3#506C75
4#445C64
5#394D53
6#2D3D43
7#222E32
8#171F21
9#0B0F11
Tints
Lighter variations
1#84A2AB
2#92ACB5
3#9FB6BE
4#ADC1C7
5#BBCBD1
6#C8D5DA
7#D6E0E3
8#E4EAEC
9#F1F5F6
Tones
Muted variations
1#7996A0
2#7B959E
3#7D949C
4#7F9399
5#819297
6#849195
7#869093
8#888E91
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 | 95AE #95AEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7697 #7697A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7B #5B7B86 | 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: #95AEB7;
--slate-gray-500: #7697A2;
--slate-gray-600: #5B7B86;
--slate-gray-700: #48626A;
--slate-gray-800: #34464C;
--slate-gray-900: #212D31;
--slate-gray-950: #151C1E;
}