Slate Gray
#9292B9
BlueColor Codes
All color formats for development
HEX
#9292B9RGB
rgb(146, 146, 185)HSL
hsl(240, 22%, 65%)OKLCH
oklch(0.674 0.057 284.8)CMYK
cmyk(21%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E7EAC
2#6A6AA0
3#5A5A8E
4#4E4E79
5#414165
6#343451
7#27273D
8#1A1A28
9#0D0D14
Tints
Lighter variations
1#9D9DC0
2#A8A8C7
3#B3B3CE
4#BEBED5
5#C9C9DC
6#D3D3E3
7#DEDEEA
8#E9E9F1
9#F4F4F8
Tones
Muted variations
1#9494B7
2#9696B5
3#9898B3
4#9A9AB2
5#9C9CB0
6#9E9EAE
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 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | 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: #B7B7D1;
--slate-gray-400: #9292B9;
--slate-gray-500: #7373A5;
--slate-gray-600: #585889;
--slate-gray-700: #46466D;
--slate-gray-800: #32324E;
--slate-gray-900: #202032;
--slate-gray-950: #14141F;
}