Slate Gray
#8E94BE
BlueColor Codes
All color formats for development
HEX
#8E94BERGB
rgb(142, 148, 190)HSL
hsl(233, 27%, 65%)OKLCH
oklch(0.677 0.062 278.3)CMYK
cmyk(25%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#797FB2
2#646BA6
3#555C93
4#494F7E
5#3C4269
6#303554
7#24273F
8#181A2A
9#0C0D15
Tints
Lighter variations
1#999EC4
2#A4A9CB
3#B0B4D1
4#BBBED8
5#C6C9DE
6#D2D4E5
7#DDDFEB
8#E8E9F2
9#F4F4F8
Tones
Muted variations
1#9095BB
2#9297B9
3#9599B7
4#979BB4
5#9A9DB2
6#9C9EAF
7#9FA0AD
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 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8E93 #8E93BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D74 #6D74AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5259 #52598E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4147 #414771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | 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: #D5D7E7;
--slate-gray-300: #B5B8D4;
--slate-gray-400: #8E93BE;
--slate-gray-500: #6D74AB;
--slate-gray-600: #52598E;
--slate-gray-700: #414771;
--slate-gray-800: #2F3351;
--slate-gray-900: #1E2034;
--slate-gray-950: #131420;
}