Slate Gray
#8593C7
BlueColor Codes
All color formats for development
HEX
#8593C7RGB
rgb(133, 147, 199)HSL
hsl(227, 37%, 65%)OKLCH
oklch(0.672 0.079 272.5)CMYK
cmyk(33%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7FBC
2#576BB2
3#495C9F
4#3F4F88
5#344172
6#2A345B
7#1F2744
8#151A2D
9#0A0D17
Tints
Lighter variations
1#919ECC
2#9DA9D2
3#A9B3D8
4#B6BEDD
5#C2C9E3
6#CED4E9
7#DADFEE
8#E7E9F4
9#F3F4F9
Tones
Muted variations
1#8895C3
2#8B97C0
3#8F99BD
4#929BBA
5#959CB6
6#999EB3
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8DA | BordersInactive statesPlaceholder text |
| 400 | 8593 #8593C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6274 #6274B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4759 #47599A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3847 #38477A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | 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: #D2D7EA;
--slate-gray-300: #AFB8DA;
--slate-gray-400: #8593C7;
--slate-gray-500: #6274B7;
--slate-gray-600: #47599A;
--slate-gray-700: #38477A;
--slate-gray-800: #283257;
--slate-gray-900: #1A2038;
--slate-gray-950: #101423;
}