Slate Gray
#8F8FBC
BlueColor Codes
All color formats for development
HEX
#8F8FBCRGB
rgb(143, 143, 188)HSL
hsl(240, 25%, 65%)OKLCH
oklch(0.666 0.066 284.5)CMYK
cmyk(24%, 24%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B7BB0
2#6666A3
3#575791
4#4B4B7C
5#3E3E68
6#323253
7#25253E
8#191929
9#0C0C15
Tints
Lighter variations
1#9B9BC3
2#A6A6C9
3#B1B1D0
4#BCBCD7
5#C7C7DE
6#D2D2E4
7#DEDEEB
8#E9E9F2
9#F4F4F8
Tones
Muted variations
1#9292BA
2#9494B8
3#9696B5
4#9898B3
5#9B9BB1
6#9D9DAF
7#9F9FAC
8#A1A1AA
9#A4A4A8
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 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | 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: #D6D6E6;
--slate-gray-300: #B6B6D3;
--slate-gray-400: #8F8FBC;
--slate-gray-500: #7070A9;
--slate-gray-600: #54548C;
--slate-gray-700: #434370;
--slate-gray-800: #303050;
--slate-gray-900: #1F1F33;
--slate-gray-950: #131320;
}