Slate Gray
#8595C7
BlueColor Codes
All color formats for development
HEX
#8595C7RGB
rgb(133, 149, 199)HSL
hsl(225, 37%, 65%)OKLCH
oklch(0.676 0.077 270.6)CMYK
cmyk(33%, 25%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E82BC
2#576EB2
3#495F9F
4#3F5188
5#344472
6#2A365B
7#1F2944
8#151B2D
9#0A0E17
Tints
Lighter variations
1#91A0CC
2#9DAAD2
3#A9B5D8
4#B6C0DD
5#C2CAE3
6#CED5E9
7#DADFEE
8#E7EAF4
9#F3F4F9
Tones
Muted variations
1#8897C3
2#8B99C0
3#8F9ABD
4#929CBA
5#959DB6
6#999FB3
7#9CA1B0
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 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8595 #8595C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6277 #6277B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475B #475B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3849 #38497A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2834 #283457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | 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: #D2D8EA;
--slate-gray-300: #AFB9DA;
--slate-gray-400: #8595C7;
--slate-gray-500: #6277B7;
--slate-gray-600: #475B9A;
--slate-gray-700: #38497A;
--slate-gray-800: #283457;
--slate-gray-900: #1A2138;
--slate-gray-950: #101523;
}