Slate Gray
#8D95BF
BlueColor Codes
All color formats for development
HEX
#8D95BFRGB
rgb(141, 149, 191)HSL
hsl(230, 28%, 65%)OKLCH
oklch(0.679 0.063 276.2)CMYK
cmyk(26%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7881B3
2#626EA7
3#545E95
4#48517F
5#3C436A
6#303655
7#242840
8#181B2A
9#0C0D15
Tints
Lighter variations
1#98A0C5
2#A4AACC
3#AFB5D2
4#BABFD8
5#C6CADF
6#D1D5E5
7#DDDFEC
8#E8EAF2
9#F4F4F9
Tones
Muted variations
1#8F97BC
2#9298BA
3#949AB7
4#979CB5
5#999DB2
6#9C9FB0
7#9EA1AD
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 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D95 #8D95BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C77 #6C77AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515B #515B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | 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: #B4B9D5;
--slate-gray-400: #8D95BF;
--slate-gray-500: #6C77AC;
--slate-gray-600: #515B90;
--slate-gray-700: #404972;
--slate-gray-800: #2E3452;
--slate-gray-900: #1D2134;
--slate-gray-950: #121521;
}