Slate Gray
#7686A2
BlueColor Codes
All color formats for development
HEX
#7686A2RGB
rgb(118, 134, 162)HSL
hsl(218, 19%, 55%)OKLCH
oklch(0.617 0.047 261.6)CMYK
cmyk(27%, 17%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667896
2#5B6B86
3#505D75
4#445064
5#394353
6#2D3543
7#222832
8#171B21
9#0B0D11
Tints
Lighter variations
1#8492AB
2#929FB5
3#9FABBE
4#ADB7C7
5#BBC3D1
6#C8CFDA
7#D6DBE3
8#E4E7EC
9#F1F3F6
Tones
Muted variations
1#7987A0
2#7B889E
3#7D889C
4#7F8999
5#818997
6#848A95
7#868B93
8#888B91
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A1 #95A1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7686 #7686A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6B #5B6B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4855 #48556A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D8DCE4;
--slate-gray-300: #B9C1CF;
--slate-gray-400: #95A1B7;
--slate-gray-500: #7686A2;
--slate-gray-600: #5B6B86;
--slate-gray-700: #48556A;
--slate-gray-800: #343D4C;
--slate-gray-900: #212731;
--slate-gray-950: #15181E;
}