Slate Gray
#8687C6
BlueColor Codes
All color formats for development
HEX
#8687C6RGB
rgb(134, 135, 198)HSL
hsl(239, 36%, 65%)OKLCH
oklch(0.648 0.094 282.8)CMYK
cmyk(32%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F70BB
2#595AB1
3#4A4C9E
4#404187
5#353671
6#2A2B5A
7#202044
8#15162D
9#0B0B17
Tints
Lighter variations
1#9293CC
2#9E9FD1
3#AAABD7
4#B6B7DD
5#C2C3E2
6#CECFE8
7#DBDBEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#898AC3
2#8C8DBF
3#8F90BC
4#9293B9
5#9696B6
6#9999B3
7#9C9CAF
8#9FA0AC
9#A3A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0D9 | BordersInactive statesPlaceholder text |
| 400 | 8687 #8687C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6364 #6364B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4849 #484999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393A #393A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292A #292A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E7F4;
--slate-gray-200: #D2D2EA;
--slate-gray-300: #AFB0D9;
--slate-gray-400: #8687C6;
--slate-gray-500: #6364B6;
--slate-gray-600: #484999;
--slate-gray-700: #393A79;
--slate-gray-800: #292A57;
--slate-gray-900: #1A1B37;
--slate-gray-950: #101123;
}