Slate Gray
#9297B9
BlueColor Codes
All color formats for development
HEX
#9297B9RGB
rgb(146, 151, 185)HSL
hsl(232, 22%, 65%)OKLCH
oklch(0.684 0.05 278.4)CMYK
cmyk(21%, 18%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E84AC
2#6A71A0
3#5A618E
4#4E5379
5#414665
6#343851
7#272A3D
8#1A1C28
9#0D0E14
Tints
Lighter variations
1#9DA2C0
2#A8ACC7
3#B3B6CE
4#BEC1D5
5#C9CBDC
6#D3D6E3
7#DEE0EA
8#E9EAF1
9#F4F5F8
Tones
Muted variations
1#9499B7
2#969AB5
3#989CB3
4#9A9DB2
5#9C9FB0
6#9EA0AE
7#A0A1AC
8#A2A3AA
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BB #B7BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9297 #9297B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737A #737AA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585E #585E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464B #464B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | 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: #D7D9E5;
--slate-gray-300: #B7BBD1;
--slate-gray-400: #9297B9;
--slate-gray-500: #737AA5;
--slate-gray-600: #585E89;
--slate-gray-700: #464B6D;
--slate-gray-800: #32354E;
--slate-gray-900: #202232;
--slate-gray-950: #14151F;
}