Slate Gray
#8E98BE
BlueColor Codes
All color formats for development
HEX
#8E98BERGB
rgb(142, 152, 190)HSL
hsl(228, 27%, 65%)OKLCH
oklch(0.685 0.057 273.3)CMYK
cmyk(25%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7984B2
2#6471A6
3#556193
4#49537E
5#3C4569
6#303854
7#242A3F
8#181C2A
9#0C0E15
Tints
Lighter variations
1#99A2C4
2#A4ACCB
3#B0B6D1
4#BBC1D8
5#C6CBDE
6#D2D6E5
7#DDE0EB
8#E8EAF2
9#F4F5F8
Tones
Muted variations
1#9099BB
2#929AB9
3#959CB7
4#979DB4
5#9A9FB2
6#9CA0AF
7#9FA1AD
8#A1A3AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8E97 #8E97BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7A #6D7AAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525E #525E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414B #414B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D5D8E7;
--slate-gray-300: #B5BBD4;
--slate-gray-400: #8E97BE;
--slate-gray-500: #6D7AAB;
--slate-gray-600: #525E8E;
--slate-gray-700: #414B71;
--slate-gray-800: #2F3551;
--slate-gray-900: #1E2234;
--slate-gray-950: #131520;
}