Slate Gray
#8D90BF
BlueColor Codes
All color formats for development
HEX
#8D90BFRGB
rgb(141, 144, 191)HSL
hsl(236, 28%, 65%)OKLCH
oklch(0.668 0.07 281.5)CMYK
cmyk(26%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787BB3
2#6267A7
3#545895
4#484B7F
5#3C3F6A
6#303255
7#242640
8#18192A
9#0C0D15
Tints
Lighter variations
1#989BC5
2#A4A6CC
3#AFB1D2
4#BABCD8
5#C6C8DF
6#D1D3E5
7#DDDEEC
8#E8E9F2
9#F4F4F9
Tones
Muted variations
1#8F92BC
2#9294BA
3#9497B7
4#9799B5
5#999BB2
6#9C9DB0
7#9E9FAD
8#A1A1AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D90 #8D90BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C70 #6C70AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5155 #515590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | 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: #E8E9F2;
--slate-gray-200: #D5D6E7;
--slate-gray-300: #B4B6D5;
--slate-gray-400: #8D90BF;
--slate-gray-500: #6C70AC;
--slate-gray-600: #515590;
--slate-gray-700: #404472;
--slate-gray-800: #2E3052;
--slate-gray-900: #1D1F34;
--slate-gray-950: #121321;
}