Slate Gray
#7695A2
BlueColor Codes
All color formats for development
HEX
#7695A2RGB
rgb(118, 149, 162)HSL
hsl(198, 19%, 55%)OKLCH
oklch(0.651 0.04 225.4)CMYK
cmyk(27%, 8%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668896
2#5B7986
3#506A75
4#445B64
5#394B53
6#2D3C43
7#222D32
8#171E21
9#0B0F11
Tints
Lighter variations
1#84A0AB
2#92AAB5
3#9FB5BE
4#ADBFC7
5#BBCAD1
6#C8D5DA
7#D6DFE3
8#E4EAEC
9#F1F4F6
Tones
Muted variations
1#7994A0
2#7B939E
3#7D929C
4#7F9199
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 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9CF | BordersInactive statesPlaceholder text |
| 400 | 95AD #95ADB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7695 #7695A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B79 #5B7986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4860 #48606A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | 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: #D8E0E4;
--slate-gray-300: #B9C9CF;
--slate-gray-400: #95ADB7;
--slate-gray-500: #7695A2;
--slate-gray-600: #5B7986;
--slate-gray-700: #48606A;
--slate-gray-800: #34454C;
--slate-gray-900: #212C31;
--slate-gray-950: #151B1E;
}