Slate Gray
#9595B7
BlueColor Codes
All color formats for development
HEX
#9595B7RGB
rgb(149, 149, 183)HSL
hsl(240, 19%, 65%)OKLCH
oklch(0.682 0.05 285)CMYK
cmyk(19%, 19%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8181A9
2#6D6D9C
3#5E5E8A
4#515176
5#434363
6#36364F
7#28283B
8#1B1B27
9#0D0D14
Tints
Lighter variations
1#9F9FBE
2#AAAAC5
3#B5B5CC
4#BFBFD4
5#CACADB
6#D5D5E2
7#DFDFE9
8#EAEAF1
9#F4F4F8
Tones
Muted variations
1#9696B5
2#9898B3
3#9A9AB2
4#9C9CB0
5#9D9DAE
6#9F9FAD
7#A1A1AB
8#A2A2A9
9#A4A4A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D8D8E4;
--slate-gray-300: #B9B9CF;
--slate-gray-400: #9595B7;
--slate-gray-500: #7676A2;
--slate-gray-600: #5B5B86;
--slate-gray-700: #48486A;
--slate-gray-800: #34344C;
--slate-gray-900: #212131;
--slate-gray-950: #15151E;
}