Slate Gray
#8690C6
BlueColor Codes
All color formats for development
HEX
#8690C6RGB
rgb(134, 144, 198)HSL
hsl(231, 36%, 65%)OKLCH
oklch(0.666 0.081 275.9)CMYK
cmyk(32%, 27%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7BBB
2#5966B1
3#4A579E
4#404A87
5#353E71
6#2A325A
7#202544
8#15192D
9#0B0C17
Tints
Lighter variations
1#929ACC
2#9EA6D1
3#AAB1D7
4#B6BCDD
5#C2C7E2
6#CED2E8
7#DBDDEE
8#E7E9F4
9#F3F4F9
Tones
Muted variations
1#8992C3
2#8C94BF
3#8F96BC
4#9298B9
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 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 868F #868FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636F #636FB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4854 #485499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3943 #394379 | 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: #F5F5FA;
--slate-gray-100: #E7E9F4;
--slate-gray-200: #D2D5EA;
--slate-gray-300: #AFB6D9;
--slate-gray-400: #868FC6;
--slate-gray-500: #636FB6;
--slate-gray-600: #485499;
--slate-gray-700: #394379;
--slate-gray-800: #293057;
--slate-gray-900: #1A1F37;
--slate-gray-950: #101323;
}