Slate Gray
#8691C6
BlueColor Codes
All color formats for development
HEX
#8691C6RGB
rgb(134, 145, 198)HSL
hsl(230, 36%, 65%)OKLCH
oklch(0.668 0.08 275)CMYK
cmyk(32%, 27%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7CBB
2#5967B1
3#4A589E
4#404C87
5#353F71
6#2A325A
7#202644
8#15192D
9#0B0D17
Tints
Lighter variations
1#929BCC
2#9EA6D1
3#AAB2D7
4#B6BDDD
5#C2C8E2
6#CED3E8
7#DBDEEE
8#E7E9F4
9#F3F4F9
Tones
Muted variations
1#8992C3
2#8C95BF
3#8F97BC
4#9299B9
5#969BB6
6#999DB3
7#9C9FAF
8#9FA1AC
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 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | 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: #AFB6D9;
--slate-gray-400: #8690C6;
--slate-gray-500: #6371B6;
--slate-gray-600: #485599;
--slate-gray-700: #394479;
--slate-gray-800: #293057;
--slate-gray-900: #1A1F37;
--slate-gray-950: #101323;
}