Slate Gray
#8F92BD
BlueColor Codes
All color formats for development
HEX
#8F92BDRGB
rgb(143, 146, 189)HSL
hsl(236, 26%, 65%)OKLCH
oklch(0.673 0.064 281.4)CMYK
cmyk(24%, 23%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A7DB1
2#6569A4
3#565A92
4#4A4D7D
5#3D4068
6#313354
7#25273F
8#191A2A
9#0C0D15
Tints
Lighter variations
1#9A9DC4
2#A5A8CA
3#B0B2D1
4#BCBDD7
5#C7C8DE
6#D2D3E5
7#DDDEEB
8#E9E9F2
9#F4F4F8
Tones
Muted variations
1#9194BB
2#9396B8
3#9698B6
4#989AB4
5#9A9CB1
6#9C9EAF
7#9FA0AD
8#A1A2AA
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E72 #6E72AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5357 #53578D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4245 #424570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9E9F2;
--slate-gray-200: #D5D6E6;
--slate-gray-300: #B5B7D4;
--slate-gray-400: #8F92BD;
--slate-gray-500: #6E72AA;
--slate-gray-600: #53578D;
--slate-gray-700: #424570;
--slate-gray-800: #2F3150;
--slate-gray-900: #1E2033;
--slate-gray-950: #131420;
}