Slate Gray
#858CC7
BlueColor Codes
All color formats for development
HEX
#858CC7RGB
rgb(133, 140, 199)HSL
hsl(234, 37%, 65%)OKLCH
oklch(0.657 0.088 278.5)CMYK
cmyk(33%, 30%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E76BC
2#5760B2
3#49529F
4#3F4688
5#343A72
6#2A2F5B
7#1F2344
8#15172D
9#0A0C17
Tints
Lighter variations
1#9197CC
2#9DA2D2
3#A9AED8
4#B6BADD
5#C2C5E3
6#CED1E9
7#DADCEE
8#E7E8F4
9#F3F3F9
Tones
Muted variations
1#888EC3
2#8B91C0
3#8F93BD
4#9296BA
5#9599B6
6#999BB3
7#9C9EB0
8#9FA0AC
9#A2A3A9
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 #AFB3DA | BordersInactive statesPlaceholder text |
| 400 | 858B #858BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626A #626AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474F #474F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383F #383F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282D #282D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | 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: #AFB3DA;
--slate-gray-400: #858BC7;
--slate-gray-500: #626AB7;
--slate-gray-600: #474F9A;
--slate-gray-700: #383F7A;
--slate-gray-800: #282D57;
--slate-gray-900: #1A1D38;
--slate-gray-950: #101223;
}