Slate Gray
#7696A2
BlueColor Codes
All color formats for development
HEX
#7696A2RGB
rgb(118, 150, 162)HSL
hsl(196, 19%, 55%)OKLCH
oklch(0.653 0.04 222.8)CMYK
cmyk(27%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668996
2#5B7A86
3#506B75
4#445C64
5#394C53
6#2D3D43
7#222E32
8#171F21
9#0B0F11
Tints
Lighter variations
1#84A1AB
2#92ABB5
3#9FB6BE
4#ADC0C7
5#BBCBD1
6#C8D5DA
7#D6E0E3
8#E4EAEC
9#F1F5F6
Tones
Muted variations
1#7995A0
2#7B949E
3#7D939C
4#7F9299
5#819197
6#849095
7#868F93
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 | 7696 #7696A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7A #5B7A86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4861 #48616A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #7696A2;
--slate-gray-600: #5B7A86;
--slate-gray-700: #48616A;
--slate-gray-800: #34454C;
--slate-gray-900: #212C31;
--slate-gray-950: #151C1E;
}