Slate Gray
#8591C7
BlueColor Codes
All color formats for development
HEX
#8591C7RGB
rgb(133, 145, 199)HSL
hsl(229, 37%, 65%)OKLCH
oklch(0.668 0.082 274.3)CMYK
cmyk(33%, 27%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7CBC
2#5768B2
3#49599F
4#3F4C88
5#343F72
6#2A335B
7#1F2644
8#15192D
9#0A0D17
Tints
Lighter variations
1#919CCC
2#9DA7D2
3#A9B2D8
4#B6BDDD
5#C2C8E3
6#CED3E9
7#DADEEE
8#E7E9F4
9#F3F4F9
Tones
Muted variations
1#8893C3
2#8B95C0
3#8F97BD
4#9299BA
5#959BB6
6#999DB3
7#9C9FB0
8#9FA2AC
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8591 #8591C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6271 #6271B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4756 #47569A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3844 #38447A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2831 #283157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7E9F4;
--slate-gray-200: #D2D6EA;
--slate-gray-300: #AFB7DA;
--slate-gray-400: #8591C7;
--slate-gray-500: #6271B7;
--slate-gray-600: #47569A;
--slate-gray-700: #38447A;
--slate-gray-800: #283157;
--slate-gray-900: #1A1F38;
--slate-gray-950: #101423;
}