Slate Gray
#9294B9
BlueColor Codes
All color formats for development
HEX
#9294B9RGB
rgb(146, 148, 185)HSL
hsl(237, 22%, 65%)OKLCH
oklch(0.678 0.054 282.4)CMYK
cmyk(21%, 20%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E80AC
2#6A6CA0
3#5A5D8E
4#4E5079
5#414265
6#343551
7#27283D
8#1A1B28
9#0D0D14
Tints
Lighter variations
1#9D9FC0
2#A8A9C7
3#B3B4CE
4#BEBFD5
5#C9CADC
6#D3D4E3
7#DEDFEA
8#E9EAF1
9#F4F4F8
Tones
Muted variations
1#9496B7
2#9698B5
3#9899B3
4#9A9BB2
5#9C9DB0
6#9E9FAE
7#A0A0AC
8#A2A2AA
9#A4A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B9 #B7B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9294 #9294B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7376 #7376A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585A #585A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4648 #46486D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | 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: #E9EAF1;
--slate-gray-200: #D7D7E5;
--slate-gray-300: #B7B9D1;
--slate-gray-400: #9294B9;
--slate-gray-500: #7376A5;
--slate-gray-600: #585A89;
--slate-gray-700: #46486D;
--slate-gray-800: #32334E;
--slate-gray-900: #202132;
--slate-gray-950: #14141F;
}