Slate Gray
#868CC6
BlueColor Codes
All color formats for development
HEX
#868CC6RGB
rgb(134, 140, 198)HSL
hsl(234, 36%, 65%)OKLCH
oklch(0.658 0.086 279.2)CMYK
cmyk(32%, 29%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F77BB
2#5961B1
3#4A539E
4#404787
5#353B71
6#2A2F5A
7#202344
8#15182D
9#0B0C17
Tints
Lighter variations
1#9298CC
2#9EA3D1
3#AAAFD7
4#B6BADD
5#C2C6E2
6#CED1E8
7#DBDDEE
8#E7E8F4
9#F3F4F9
Tones
Muted variations
1#898FC3
2#8C91BF
3#8F94BC
4#9296B9
5#9699B6
6#999BB3
7#9C9EAF
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 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB3 #AFB3D9 | BordersInactive statesPlaceholder text |
| 400 | 868C #868CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636B #636BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4850 #485099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3940 #394079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292D #292D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D37 | 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: #AFB3D9;
--slate-gray-400: #868CC6;
--slate-gray-500: #636BB6;
--slate-gray-600: #485099;
--slate-gray-700: #394079;
--slate-gray-800: #292D57;
--slate-gray-900: #1A1D37;
--slate-gray-950: #101223;
}