Slate Gray
#8D8FBF
BlueColor Codes
All color formats for development
HEX
#8D8FBFRGB
rgb(141, 143, 191)HSL
hsl(238, 28%, 65%)OKLCH
oklch(0.666 0.071 282.4)CMYK
cmyk(26%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787AB3
2#6265A7
3#545695
4#48497F
5#3C3D6A
6#303155
7#242540
8#18182A
9#0C0C15
Tints
Lighter variations
1#989AC5
2#A4A5CC
3#AFB0D2
4#BABBD8
5#C6C7DF
6#D1D2E5
7#DDDDEC
8#E8E8F2
9#F4F4F9
Tones
Muted variations
1#8F91BC
2#9293BA
3#9495B7
4#9798B5
5#999AB2
6#9C9CB0
7#9E9FAD
8#A1A1AB
9#A3A3A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B5 #B4B5D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8E #8D8EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6E #6C6EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5153 #515390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4042 #404272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2F #2E2F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B4B5D5;
--slate-gray-400: #8D8EBF;
--slate-gray-500: #6C6EAC;
--slate-gray-600: #515390;
--slate-gray-700: #404272;
--slate-gray-800: #2E2F52;
--slate-gray-900: #1D1E34;
--slate-gray-950: #121321;
}