Slate Gray
#8692C6
BlueColor Codes
All color formats for development
HEX
#8692C6RGB
rgb(134, 146, 198)HSL
hsl(229, 36%, 65%)OKLCH
oklch(0.67 0.079 274.1)CMYK
cmyk(32%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7DBB
2#5969B1
3#4A5A9E
4#404D87
5#354071
6#2A335A
7#202644
8#151A2D
9#0B0D17
Tints
Lighter variations
1#929CCC
2#9EA7D1
3#AAB2D7
4#B6BDDD
5#C2C8E2
6#CED3E8
7#DBDEEE
8#E7E9F4
9#F3F4F9
Tones
Muted variations
1#8993C3
2#8C95BF
3#8F98BC
4#929AB9
5#969CB6
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7D9 | BordersInactive statesPlaceholder text |
| 400 | 8691 #8691C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6372 #6372B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4857 #485799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3945 #394579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2931 #293157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | 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: #E7E9F4;
--slate-gray-200: #D2D6EA;
--slate-gray-300: #AFB7D9;
--slate-gray-400: #8691C6;
--slate-gray-500: #6372B6;
--slate-gray-600: #485799;
--slate-gray-700: #394579;
--slate-gray-800: #293157;
--slate-gray-900: #1A1F37;
--slate-gray-950: #101423;
}