Slate Gray
#8E91BE
BlueColor Codes
All color formats for development
HEX
#8E91BERGB
rgb(142, 145, 190)HSL
hsl(236, 27%, 65%)OKLCH
oklch(0.671 0.067 281.5)CMYK
cmyk(25%, 24%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#797CB2
2#6468A6
3#555993
4#494C7E
5#3C3F69
6#303354
7#24263F
8#18192A
9#0C0D15
Tints
Lighter variations
1#999CC4
2#A4A7CB
3#B0B2D1
4#BBBDD8
5#C6C8DE
6#D2D3E5
7#DDDEEB
8#E8E9F2
9#F4F4F8
Tones
Muted variations
1#9093BB
2#9295B9
3#9597B7
4#9799B4
5#9A9BB2
6#9C9DAF
7#9F9FAD
8#A1A2AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8E91 #8E91BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D71 #6D71AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5256 #52568E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4144 #414471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | 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: #E8E9F2;
--slate-gray-200: #D5D6E7;
--slate-gray-300: #B5B7D4;
--slate-gray-400: #8E91BE;
--slate-gray-500: #6D71AB;
--slate-gray-600: #52568E;
--slate-gray-700: #414471;
--slate-gray-800: #2F3151;
--slate-gray-900: #1E1F34;
--slate-gray-950: #131420;
}