Slate Gray
#8686C6
BlueColor Codes
All color formats for development
HEX
#8686C6RGB
rgb(134, 134, 198)HSL
hsl(240, 36%, 65%)OKLCH
oklch(0.645 0.095 283.4)CMYK
cmyk(32%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6FBB
2#5959B1
3#4A4A9E
4#404087
5#353571
6#2A2A5A
7#202044
8#15152D
9#0B0B17
Tints
Lighter variations
1#9292CC
2#9E9ED1
3#AAAAD7
4#B6B6DD
5#C2C2E2
6#CECEE8
7#DBDBEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#8989C3
2#8C8CBF
3#8F8FBC
4#9292B9
5#9696B6
6#9999B3
7#9C9CAF
8#9F9FAC
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 | AFAF #AFAFD9 | BordersInactive statesPlaceholder text |
| 400 | 8686 #8686C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6363 #6363B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4848 #484899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3939 #393979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2929 #292957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A37 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | 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: #AFAFD9;
--slate-gray-400: #8686C6;
--slate-gray-500: #6363B6;
--slate-gray-600: #484899;
--slate-gray-700: #393979;
--slate-gray-800: #292957;
--slate-gray-900: #1A1A37;
--slate-gray-950: #101023;
}