Slate Gray
#8E8EBE
BlueColor Codes
All color formats for development
HEX
#8E8EBERGB
rgb(142, 142, 190)HSL
hsl(240, 27%, 65%)OKLCH
oklch(0.664 0.071 284.3)CMYK
cmyk(25%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7979B2
2#6464A6
3#555593
4#49497E
5#3C3C69
6#303054
7#24243F
8#18182A
9#0C0C15
Tints
Lighter variations
1#9999C4
2#A4A4CB
3#B0B0D1
4#BBBBD8
5#C6C6DE
6#D2D2E5
7#DDDDEB
8#E8E8F2
9#F4F4F8
Tones
Muted variations
1#9090BB
2#9292B9
3#9595B7
4#9797B4
5#9A9AB2
6#9C9CAF
7#9F9FAD
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 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8E #8E8EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6D #6D6DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5252 #52528E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4141 #414171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | 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: #B5B5D4;
--slate-gray-400: #8E8EBE;
--slate-gray-500: #6D6DAB;
--slate-gray-600: #52528E;
--slate-gray-700: #414171;
--slate-gray-800: #2F2F51;
--slate-gray-900: #1E1E34;
--slate-gray-950: #131320;
}