Slate Gray
#868AC6
BlueColor Codes
All color formats for development
HEX
#868AC6RGB
rgb(134, 138, 198)HSL
hsl(236, 36%, 65%)OKLCH
oklch(0.654 0.089 280.7)CMYK
cmyk(32%, 30%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F74BB
2#595EB1
3#4A509E
4#404487
5#353971
6#2A2E5A
7#202244
8#15172D
9#0B0B17
Tints
Lighter variations
1#9296CC
2#9EA1D1
3#AAADD7
4#B6B9DD
5#C2C4E2
6#CED0E8
7#DBDCEE
8#E7E8F4
9#F3F3F9
Tones
Muted variations
1#898DC3
2#8C8FBF
3#8F92BC
4#9295B9
5#9698B6
6#999BB3
7#9C9DAF
8#9FA0AC
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 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2D9 | BordersInactive statesPlaceholder text |
| 400 | 868A #868AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6368 #6368B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484D #484D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393D #393D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292C #292C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | 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: #D2D4EA;
--slate-gray-300: #AFB2D9;
--slate-gray-400: #868AC6;
--slate-gray-500: #6368B6;
--slate-gray-600: #484D99;
--slate-gray-700: #393D79;
--slate-gray-800: #292C57;
--slate-gray-900: #1A1C37;
--slate-gray-950: #101223;
}