Slate Gray
#8588C7
BlueColor Codes
All color formats for development
HEX
#8588C7RGB
rgb(133, 136, 199)HSL
hsl(237, 37%, 65%)OKLCH
oklch(0.649 0.094 281.3)CMYK
cmyk(33%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E72BC
2#575CB2
3#494D9F
4#3F4288
5#343772
6#2A2C5B
7#1F2144
8#15162D
9#0A0B17
Tints
Lighter variations
1#9194CC
2#9DA0D2
3#A9ACD8
4#B6B8DD
5#C2C4E3
6#CECFE9
7#DADBEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#888BC3
2#8B8EC0
3#8F91BD
4#9294BA
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 | AFB1 #AFB1DA | BordersInactive statesPlaceholder text |
| 400 | 8588 #8588C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6266 #6266B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474B #474B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383C #383C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | 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: #AFB1DA;
--slate-gray-400: #8588C7;
--slate-gray-500: #6266B7;
--slate-gray-600: #474B9A;
--slate-gray-700: #383C7A;
--slate-gray-800: #282B57;
--slate-gray-900: #1A1B38;
--slate-gray-950: #101123;
}