Slate Gray
#8697C6
BlueColor Codes
All color formats for development
HEX
#8697C6RGB
rgb(134, 151, 198)HSL
hsl(224, 36%, 65%)OKLCH
oklch(0.681 0.072 269)CMYK
cmyk(32%, 24%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F83BB
2#5970B1
3#4A619E
4#405387
5#354571
6#2A375A
7#202944
8#151C2D
9#0B0E17
Tints
Lighter variations
1#92A1CC
2#9EACD1
3#AAB6D7
4#B6C0DD
5#C2CBE2
6#CED5E8
7#DBE0EE
8#E7EAF4
9#F3F5F9
Tones
Muted variations
1#8998C3
2#8C9ABF
3#8F9BBC
4#929DB9
5#969EB6
6#99A0B3
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 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | 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: #8697C6;
--slate-gray-500: #6379B6;
--slate-gray-600: #485D99;
--slate-gray-700: #394A79;
--slate-gray-800: #293557;
--slate-gray-900: #1A2237;
--slate-gray-950: #101523;
}