Slate Gray
#9398B8
BlueColor Codes
All color formats for development
HEX
#9398B8RGB
rgb(147, 152, 184)HSL
hsl(232, 21%, 65%)OKLCH
oklch(0.687 0.047 278.1)CMYK
cmyk(20%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F85AB
2#6B729E
3#5C628C
4#4F5478
5#414664
6#343850
7#272A3C
8#1A1C28
9#0D0E14
Tints
Lighter variations
1#9EA2C0
2#A9ADC7
3#B3B7CE
4#BEC1D5
5#C9CCDC
6#D4D6E3
7#DFE0EA
8#E9EAF1
9#F4F5F8
Tones
Muted variations
1#9599B7
2#979BB5
3#999CB3
4#9B9EB1
5#9C9FAF
6#9EA0AD
7#A0A2AB
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9398 #9398B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747B #747BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595F #595F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | 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: #B8BBD1;
--slate-gray-400: #9398B8;
--slate-gray-500: #747BA4;
--slate-gray-600: #595F88;
--slate-gray-700: #474C6C;
--slate-gray-800: #32364D;
--slate-gray-900: #202331;
--slate-gray-950: #14161F;
}