Slate Gray
#8589C7
BlueColor Codes
All color formats for development
HEX
#8589C7RGB
rgb(133, 137, 199)HSL
hsl(236, 37%, 65%)OKLCH
oklch(0.651 0.092 280.7)CMYK
cmyk(33%, 31%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E73BC
2#575DB2
3#494F9F
4#3F4488
5#343872
6#2A2D5B
7#1F2244
8#15172D
9#0A0B17
Tints
Lighter variations
1#9195CC
2#9DA1D2
3#A9ACD8
4#B6B8DD
5#C2C4E3
6#CED0E9
7#DADCEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#888CC3
2#8B8FC0
3#8F92BD
4#9295BA
5#9597B6
6#999AB3
7#9C9DB0
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 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 8589 #8589C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6267 #6267B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474C #474C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383D #383D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E7F4;
--slate-gray-200: #D2D3EA;
--slate-gray-300: #AFB2DA;
--slate-gray-400: #8589C7;
--slate-gray-500: #6267B7;
--slate-gray-600: #474C9A;
--slate-gray-700: #383D7A;
--slate-gray-800: #282B57;
--slate-gray-900: #1A1C38;
--slate-gray-950: #101123;
}