Slate Gray
#9494B8
BlueColor Codes
All color formats for development
HEX
#9494B8RGB
rgb(148, 148, 184)HSL
hsl(240, 20%, 65%)OKLCH
oklch(0.679 0.053 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#8080AA
2#6C6C9D
3#5D5D8B
4#505077
5#424263
6#353550
7#28283C
8#1B1B28
9#0D0D14
Tints
Lighter variations
1#9F9FBF
2#A9A9C6
3#B4B4CD
4#BFBFD4
5#C9C9DB
6#D4D4E2
7#DFDFEA
8#EAEAF1
9#F4F4F8
Tones
Muted variations
1#9696B6
2#9797B4
3#9999B2
4#9B9BB0
5#9D9DAF
6#9F9FAD
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 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #EAEAF1;
--slate-gray-200: #D7D7E4;
--slate-gray-300: #B9B9D0;
--slate-gray-400: #9494B8;
--slate-gray-500: #7575A3;
--slate-gray-600: #5A5A87;
--slate-gray-700: #47476B;
--slate-gray-800: #33334D;
--slate-gray-900: #212131;
--slate-gray-950: #14141F;
}