Slate Gray
#8594C7
BlueColor Codes
All color formats for development
HEX
#8594C7RGB
rgb(133, 148, 199)HSL
hsl(226, 37%, 65%)OKLCH
oklch(0.674 0.078 271.5)CMYK
cmyk(33%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E80BC
2#576CB2
3#495D9F
4#3F5088
5#344372
6#2A355B
7#1F2844
8#151B2D
9#0A0D17
Tints
Lighter variations
1#919FCC
2#9DAAD2
3#A9B4D8
4#B6BFDD
5#C2CAE3
6#CED4E9
7#DADFEE
8#E7EAF4
9#F3F4F9
Tones
Muted variations
1#8896C3
2#8B98C0
3#8F99BD
4#929BBA
5#959DB6
6#999FB3
7#9CA0B0
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 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8594 #8594C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6276 #6276B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475A #475A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3848 #38487A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2833 #283357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | 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: #E7EAF4;
--slate-gray-200: #D2D7EA;
--slate-gray-300: #AFB9DA;
--slate-gray-400: #8594C7;
--slate-gray-500: #6276B7;
--slate-gray-600: #475A9A;
--slate-gray-700: #38487A;
--slate-gray-800: #283357;
--slate-gray-900: #1A2138;
--slate-gray-950: #101423;
}