Slate Gray
#8696C6
BlueColor Codes
All color formats for development
HEX
#8696C6RGB
rgb(134, 150, 198)HSL
hsl(225, 36%, 65%)OKLCH
oklch(0.678 0.074 270.1)CMYK
cmyk(32%, 24%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F82BB
2#596FB1
3#4A5F9E
4#405287
5#354471
6#2A365A
7#202944
8#151B2D
9#0B0E17
Tints
Lighter variations
1#92A0CC
2#9EABD1
3#AAB5D7
4#B6C0DD
5#C2CAE2
6#CED5E8
7#DBDFEE
8#E7EAF4
9#F3F4F9
Tones
Muted variations
1#8997C3
2#8C99BF
3#8F9BBC
4#929CB9
5#969EB6
6#999FB3
7#9CA1AF
8#9FA3AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8696 #8696C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6378 #6378B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485C #485C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3949 #394979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EAF4;
--slate-gray-200: #D2D8EA;
--slate-gray-300: #AFBAD9;
--slate-gray-400: #8696C6;
--slate-gray-500: #6378B6;
--slate-gray-600: #485C99;
--slate-gray-700: #394979;
--slate-gray-800: #293457;
--slate-gray-900: #1A2137;
--slate-gray-950: #101523;
}