Slate Gray
#9496B8
BlueColor Codes
All color formats for development
HEX
#9496B8RGB
rgb(148, 150, 184)HSL
hsl(237, 20%, 65%)OKLCH
oklch(0.683 0.05 282.3)CMYK
cmyk(20%, 18%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8082AA
2#6C6F9D
3#5D5F8B
4#505277
5#424463
6#353650
7#28293C
8#1B1B28
9#0D0E14
Tints
Lighter variations
1#9FA0BF
2#A9ABC6
3#B4B5CD
4#BFC0D4
5#C9CADB
6#D4D5E2
7#DFDFEA
8#EAEAF1
9#F4F4F8
Tones
Muted variations
1#9697B6
2#9799B4
3#999BB2
4#9B9CB0
5#9D9EAF
6#9F9FAD
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 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BAD0 | BordersInactive statesPlaceholder text |
| 400 | 9496 #9496B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7578 #7578A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5C #5A5C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3334 #33344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #EAEAF1;
--slate-gray-200: #D7D8E4;
--slate-gray-300: #B9BAD0;
--slate-gray-400: #9496B8;
--slate-gray-500: #7578A3;
--slate-gray-600: #5A5C87;
--slate-gray-700: #47496B;
--slate-gray-800: #33344D;
--slate-gray-900: #212131;
--slate-gray-950: #14151F;
}