Slate Gray
#8F98BD
BlueColor Codes
All color formats for development
HEX
#8F98BDRGB
rgb(143, 152, 189)HSL
hsl(228, 26%, 65%)OKLCH
oklch(0.686 0.056 274.2)CMYK
cmyk(24%, 20%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A85B1
2#6572A4
3#566292
4#4A547D
5#3D4668
6#313854
7#252A3F
8#191C2A
9#0C0E15
Tints
Lighter variations
1#9AA2C4
2#A5ACCA
3#B0B7D1
4#BCC1D7
5#C7CBDE
6#D2D6E5
7#DDE0EB
8#E9EAF2
9#F4F5F8
Tones
Muted variations
1#9199BB
2#939BB8
3#969CB6
4#989DB4
5#9A9FB1
6#9CA0AF
7#9FA2AD
8#A1A3AA
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7A #6E7AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535F #535F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424B #424B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D5D9E6;
--slate-gray-300: #B5BBD4;
--slate-gray-400: #8F98BD;
--slate-gray-500: #6E7AAA;
--slate-gray-600: #535F8D;
--slate-gray-700: #424B70;
--slate-gray-800: #2F3650;
--slate-gray-900: #1E2233;
--slate-gray-950: #131620;
}