Slate Gray
#9393B8
BlueColor Codes
All color formats for development
HEX
#9393B8RGB
rgb(147, 147, 184)HSL
hsl(240, 21%, 65%)OKLCH
oklch(0.676 0.054 284.9)CMYK
cmyk(20%, 20%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F7FAB
2#6B6B9E
3#5C5C8C
4#4F4F78
5#414164
6#343450
7#27273C
8#1A1A28
9#0D0D14
Tints
Lighter variations
1#9E9EC0
2#A9A9C7
3#B3B3CE
4#BEBED5
5#C9C9DC
6#D4D4E3
7#DFDFEA
8#E9E9F1
9#F4F4F8
Tones
Muted variations
1#9595B7
2#9797B5
3#9999B3
4#9B9BB1
5#9C9CAF
6#9E9EAD
7#A0A0AB
8#A2A2A9
9#A4A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9E9F1;
--slate-gray-200: #D7D7E5;
--slate-gray-300: #B8B8D1;
--slate-gray-400: #9393B8;
--slate-gray-500: #7474A4;
--slate-gray-600: #595988;
--slate-gray-700: #47476C;
--slate-gray-800: #32324D;
--slate-gray-900: #202031;
--slate-gray-950: #14141F;
}