Slate Gray
#8D91BF
BlueColor Codes
All color formats for development
HEX
#8D91BFRGB
rgb(141, 145, 191)HSL
hsl(235, 28%, 65%)OKLCH
oklch(0.67 0.068 280.5)CMYK
cmyk(26%, 24%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787CB3
2#6268A7
3#545995
4#484C7F
5#3C406A
6#303355
7#242640
8#18192A
9#0C0D15
Tints
Lighter variations
1#989CC5
2#A4A7CC
3#AFB2D2
4#BABDD8
5#C6C8DF
6#D1D3E5
7#DDDEEC
8#E8E9F2
9#F4F4F9
Tones
Muted variations
1#8F93BC
2#9295BA
3#9497B7
4#9799B5
5#999BB2
6#9C9DB0
7#9EA0AD
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 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D91 #8D91BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C71 #6C71AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5156 #515690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | 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: #B4B7D5;
--slate-gray-400: #8D91BF;
--slate-gray-500: #6C71AC;
--slate-gray-600: #515690;
--slate-gray-700: #404472;
--slate-gray-800: #2E3152;
--slate-gray-900: #1D1F34;
--slate-gray-950: #121421;
}