Slate Gray
#8F8FBD
BlueColor Codes
All color formats for development
HEX
#8F8FBDRGB
rgb(143, 143, 189)HSL
hsl(240, 26%, 65%)OKLCH
oklch(0.667 0.068 284.4)CMYK
cmyk(24%, 24%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A7AB1
2#6565A4
3#565692
4#4A4A7D
5#3D3D68
6#313154
7#25253F
8#19192A
9#0C0C15
Tints
Lighter variations
1#9A9AC4
2#A5A5CA
3#B0B0D1
4#BCBCD7
5#C7C7DE
6#D2D2E5
7#DDDDEB
8#E9E9F2
9#F4F4F8
Tones
Muted variations
1#9191BB
2#9393B8
3#9696B6
4#9898B4
5#9A9AB1
6#9C9CAF
7#9F9FAD
8#A1A1AA
9#A3A3A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E9E9F2;
--slate-gray-200: #D5D5E6;
--slate-gray-300: #B5B5D4;
--slate-gray-400: #8F8FBD;
--slate-gray-500: #6E6EAA;
--slate-gray-600: #53538D;
--slate-gray-700: #424270;
--slate-gray-800: #2F2F50;
--slate-gray-900: #1E1E33;
--slate-gray-950: #131320;
}