Slate Gray
#8694C6
BlueColor Codes
All color formats for development
HEX
#8694C6RGB
rgb(134, 148, 198)HSL
hsl(227, 36%, 65%)OKLCH
oklch(0.674 0.076 272.1)CMYK
cmyk(32%, 25%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F80BB
2#596CB1
3#4A5C9E
4#404F87
5#354271
6#2A355A
7#202844
8#151A2D
9#0B0D17
Tints
Lighter variations
1#929ECC
2#9EA9D1
3#AAB4D7
4#B6BFDD
5#C2C9E2
6#CED4E8
7#DBDFEE
8#E7EAF4
9#F3F4F9
Tones
Muted variations
1#8995C3
2#8C97BF
3#8F99BC
4#929BB9
5#969DB6
6#999EB3
7#9CA0AF
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 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB8D9;
--slate-gray-400: #8694C6;
--slate-gray-500: #6375B6;
--slate-gray-600: #485999;
--slate-gray-700: #394779;
--slate-gray-800: #293357;
--slate-gray-900: #1A2037;
--slate-gray-950: #101423;
}