Slate Gray
#8695C6
BlueColor Codes
All color formats for development
HEX
#8695C6RGB
rgb(134, 149, 198)HSL
hsl(226, 36%, 65%)OKLCH
oklch(0.676 0.075 271.1)CMYK
cmyk(32%, 25%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F81BB
2#596DB1
3#4A5E9E
4#405087
5#354371
6#2A365A
7#202844
8#151B2D
9#0B0D17
Tints
Lighter variations
1#929FCC
2#9EAAD1
3#AAB5D7
4#B6BFDD
5#C2CAE2
6#CED4E8
7#DBDFEE
8#E7EAF4
9#F3F4F9
Tones
Muted variations
1#8996C3
2#8C98BF
3#8F9ABC
4#929BB9
5#969DB6
6#999FB3
7#9CA1AF
8#9FA2AC
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | 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: #D2D7EA;
--slate-gray-300: #AFB9D9;
--slate-gray-400: #8695C6;
--slate-gray-500: #6376B6;
--slate-gray-600: #485B99;
--slate-gray-700: #394879;
--slate-gray-800: #293457;
--slate-gray-900: #1A2137;
--slate-gray-950: #101523;
}