Slate Gray
#8F98BC
BlueColor Codes
All color formats for development
HEX
#8F98BCRGB
rgb(143, 152, 188)HSL
hsl(228, 25%, 65%)OKLCH
oklch(0.685 0.054 273.9)CMYK
cmyk(24%, 19%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B85B0
2#6672A3
3#576391
4#4B557C
5#3E4668
6#323853
7#252A3E
8#191C29
9#0C0E15
Tints
Lighter variations
1#9BA3C3
2#A6ADC9
3#B1B7D0
4#BCC1D7
5#C7CCDE
6#D2D6E4
7#DEE0EB
8#E9EAF2
9#F4F5F8
Tones
Muted variations
1#929ABA
2#949BB8
3#969CB5
4#989EB3
5#9B9FB1
6#9DA0AF
7#9FA2AC
8#A1A3AA
9#A4A4A8
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 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BC #B6BCD3 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BC | Disabled statesSecondary iconsMuted text |
| 500 | 707B #707BA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545F #545F8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434C #434C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #303650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | 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: #D6D9E6;
--slate-gray-300: #B6BCD3;
--slate-gray-400: #8F98BC;
--slate-gray-500: #707BA9;
--slate-gray-600: #545F8C;
--slate-gray-700: #434C70;
--slate-gray-800: #303650;
--slate-gray-900: #1F2333;
--slate-gray-950: #131620;
}