Slate Gray
#9395B8
BlueColor Codes
All color formats for development
HEX
#9395B8RGB
rgb(147, 149, 184)HSL
hsl(237, 21%, 65%)OKLCH
oklch(0.68 0.051 282.4)CMYK
cmyk(20%, 19%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F81AB
2#6B6D9E
3#5C5E8C
4#4F5178
5#414364
6#343650
7#27283C
8#1A1B28
9#0D0D14
Tints
Lighter variations
1#9E9FC0
2#A9AAC7
3#B3B5CE
4#BEBFD5
5#C9CADC
6#D4D5E3
7#DFDFEA
8#E9EAF1
9#F4F4F8
Tones
Muted variations
1#9597B7
2#9798B5
3#999AB3
4#9B9CB1
5#9C9DAF
6#9E9FAD
7#A0A1AB
8#A2A2A9
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 | B8B9 #B8B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9395 #9395B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7477 #7477A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595B #595B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4748 #47486C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | 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: #B8B9D1;
--slate-gray-400: #9395B8;
--slate-gray-500: #7477A4;
--slate-gray-600: #595B88;
--slate-gray-700: #47486C;
--slate-gray-800: #32344D;
--slate-gray-900: #202131;
--slate-gray-950: #14151F;
}