Slate Gray
#9396B8
BlueColor Codes
All color formats for development
HEX
#9396B8RGB
rgb(147, 150, 184)HSL
hsl(235, 21%, 65%)OKLCH
oklch(0.683 0.05 281)CMYK
cmyk(20%, 18%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F83AB
2#6B6F9E
3#5C608C
4#4F5278
5#414464
6#343750
7#27293C
8#1A1B28
9#0D0E14
Tints
Lighter variations
1#9EA1C0
2#A9ABC7
3#B3B6CE
4#BEC0D5
5#C9CBDC
6#D4D5E3
7#DFE0EA
8#E9EAF1
9#F4F5F8
Tones
Muted variations
1#9598B7
2#9799B5
3#999BB3
4#9B9CB1
5#9C9EAF
6#9EA0AD
7#A0A1AB
8#A2A3A9
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 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BA #B8BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9396 #9396B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7478 #7478A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595D #595D88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | 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: #D7D8E5;
--slate-gray-300: #B8BAD1;
--slate-gray-400: #9396B8;
--slate-gray-500: #7478A4;
--slate-gray-600: #595D88;
--slate-gray-700: #474A6C;
--slate-gray-800: #32354D;
--slate-gray-900: #202231;
--slate-gray-950: #14151F;
}