Slate Gray
#8D8DBF
BlueColor Codes
All color formats for development
HEX
#8D8DBFRGB
rgb(141, 141, 191)HSL
hsl(240, 28%, 65%)OKLCH
oklch(0.662 0.074 284.2)CMYK
cmyk(26%, 26%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7878B3
2#6262A7
3#545495
4#48487F
5#3C3C6A
6#303055
7#242440
8#18182A
9#0C0C15
Tints
Lighter variations
1#9898C5
2#A4A4CC
3#AFAFD2
4#BABAD8
5#C6C6DF
6#D1D1E5
7#DDDDEC
8#E8E8F2
9#F4F4F9
Tones
Muted variations
1#8F8FBC
2#9292BA
3#9494B7
4#9797B5
5#9999B2
6#9C9CB0
7#9E9EAD
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 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | 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: #B4B4D5;
--slate-gray-400: #8D8DBF;
--slate-gray-500: #6C6CAC;
--slate-gray-600: #515190;
--slate-gray-700: #404072;
--slate-gray-800: #2E2E52;
--slate-gray-900: #1D1D34;
--slate-gray-950: #121221;
}