Slate Gray
#8F9ABC
BlueColor Codes
All color formats for development
HEX
#8F9ABCRGB
rgb(143, 154, 188)HSL
hsl(225, 25%, 65%)OKLCH
oklch(0.689 0.052 271)CMYK
cmyk(24%, 18%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B88B0
2#6675A3
3#576691
4#4B577C
5#3E4968
6#323A53
7#252C3E
8#191D29
9#0C0F15
Tints
Lighter variations
1#9BA5C3
2#A6AFC9
3#B1B9D0
4#BCC3D7
5#C7CDDE
6#D2D7E4
7#DEE1EB
8#E9EBF2
9#F4F5F8
Tones
Muted variations
1#929CBA
2#949DB8
3#969EB5
4#989FB3
5#9BA0B1
6#9DA1AF
7#9FA2AC
8#A1A4AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707E #707EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5462 #54628C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434E #434E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | 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: #E9EBF2;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BDD3;
--slate-gray-400: #8F9BBC;
--slate-gray-500: #707EA9;
--slate-gray-600: #54628C;
--slate-gray-700: #434E70;
--slate-gray-800: #303850;
--slate-gray-900: #1F2433;
--slate-gray-950: #131620;
}