Slate Gray
#8E95BE
BlueColor Codes
All color formats for development
HEX
#8E95BERGB
rgb(142, 149, 190)HSL
hsl(231, 27%, 65%)OKLCH
oklch(0.679 0.061 277.1)CMYK
cmyk(25%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7981B2
2#646DA6
3#555E93
4#49517E
5#3C4369
6#303654
7#24283F
8#181B2A
9#0C0D15
Tints
Lighter variations
1#999FC4
2#A4AACB
3#B0B5D1
4#BBBFD8
5#C6CADE
6#D2D5E5
7#DDDFEB
8#E8EAF2
9#F4F4F8
Tones
Muted variations
1#9097BB
2#9298B9
3#959AB7
4#979CB4
5#9A9DB2
6#9C9FAF
7#9FA1AD
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 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8E95 #8E95BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D77 #6D77AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525B #525B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4148 #414871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2134 | 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: #B5B9D4;
--slate-gray-400: #8E95BE;
--slate-gray-500: #6D77AB;
--slate-gray-600: #525B8E;
--slate-gray-700: #414871;
--slate-gray-800: #2F3451;
--slate-gray-900: #1E2134;
--slate-gray-950: #131520;
}