Slate Gray
#868FC6
BlueColor Codes
All color formats for development
HEX
#868FC6RGB
rgb(134, 143, 198)HSL
hsl(232, 36%, 65%)OKLCH
oklch(0.664 0.082 276.7)CMYK
cmyk(32%, 28%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F79BB
2#5964B1
3#4A559E
4#404987
5#353D71
6#2A315A
7#202544
8#15182D
9#0B0C17
Tints
Lighter variations
1#9299CC
2#9EA5D1
3#AAB0D7
4#B6BBDD
5#C2C7E2
6#CED2E8
7#DBDDEE
8#E7E8F4
9#F3F4F9
Tones
Muted variations
1#8991C3
2#8C93BF
3#8F95BC
4#9298B9
5#969AB6
6#999CB3
7#9C9FAF
8#9FA1AC
9#A3A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | 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: #E7E8F4;
--slate-gray-200: #D2D5EA;
--slate-gray-300: #AFB5D9;
--slate-gray-400: #868EC6;
--slate-gray-500: #636EB6;
--slate-gray-600: #485399;
--slate-gray-700: #394279;
--slate-gray-800: #292F57;
--slate-gray-900: #1A1E37;
--slate-gray-950: #101323;
}