Slate Gray
#8F97BD
BlueColor Codes
All color formats for development
HEX
#8F97BDRGB
rgb(143, 151, 189)HSL
hsl(230, 26%, 65%)OKLCH
oklch(0.683 0.057 275.5)CMYK
cmyk(24%, 20%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A83B1
2#656FA4
3#566092
4#4A527D
5#3D4568
6#313754
7#25293F
8#191B2A
9#0C0E15
Tints
Lighter variations
1#9AA1C4
2#A5ABCA
3#B0B6D1
4#BCC0D7
5#C7CBDE
6#D2D5E5
7#DDE0EB
8#E9EAF2
9#F4F5F8
Tones
Muted variations
1#9198BB
2#9399B8
3#969BB6
4#989CB4
5#9A9EB1
6#9CA0AF
7#9FA1AD
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 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E78 #6E78AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535D #535D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424A #424A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | 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: #D5D8E6;
--slate-gray-300: #B5BAD4;
--slate-gray-400: #8F96BD;
--slate-gray-500: #6E78AA;
--slate-gray-600: #535D8D;
--slate-gray-700: #424A70;
--slate-gray-800: #2F3550;
--slate-gray-900: #1E2233;
--slate-gray-950: #131520;
}