Slate Gray
#8F9ABD
BlueColor Codes
All color formats for development
HEX
#8F9ABDRGB
rgb(143, 154, 189)HSL
hsl(226, 26%, 65%)OKLCH
oklch(0.69 0.053 271.3)CMYK
cmyk(24%, 19%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A87B1
2#6574A4
3#566492
4#4A567D
5#3D4768
6#313954
7#252B3F
8#191D2A
9#0C0E15
Tints
Lighter variations
1#9AA4C4
2#A5AECA
3#B0B8D1
4#BCC2D7
5#C7CCDE
6#D2D6E5
7#DDE1EB
8#E9EBF2
9#F4F5F8
Tones
Muted variations
1#919BBB
2#939CB8
3#969DB6
4#989EB4
5#9AA0B1
6#9CA1AF
7#9FA2AD
8#A1A3AA
9#A3A5A8
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 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7C #6E7CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5361 #53618D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424D #424D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | 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: #D5D9E6;
--slate-gray-300: #B5BCD4;
--slate-gray-400: #8F99BD;
--slate-gray-500: #6E7CAA;
--slate-gray-600: #53618D;
--slate-gray-700: #424D70;
--slate-gray-800: #2F3750;
--slate-gray-900: #1E2333;
--slate-gray-950: #131620;
}