Slate Gray
#8F94BD
BlueColor Codes
All color formats for development
HEX
#8F94BDRGB
rgb(143, 148, 189)HSL
hsl(233, 26%, 65%)OKLCH
oklch(0.677 0.061 279.2)CMYK
cmyk(24%, 22%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A80B1
2#656CA4
3#565D92
4#4A507D
5#3D4268
6#313554
7#25283F
8#191B2A
9#0C0D15
Tints
Lighter variations
1#9A9FC4
2#A5A9CA
3#B0B4D1
4#BCBFD7
5#C7C9DE
6#D2D4E5
7#DDDFEB
8#E9EAF2
9#F4F4F8
Tones
Muted variations
1#9196BB
2#9398B8
3#9699B6
4#989BB4
5#9A9DB1
6#9C9FAF
7#9FA0AD
8#A1A2AA
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 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8F94 #8F94BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E75 #6E75AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535A #535A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | 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: #D5D7E6;
--slate-gray-300: #B5B9D4;
--slate-gray-400: #8F94BD;
--slate-gray-500: #6E75AA;
--slate-gray-600: #535A8D;
--slate-gray-700: #424770;
--slate-gray-800: #2F3350;
--slate-gray-900: #1E2133;
--slate-gray-950: #131420;
}