Slate Gray
#8289C9
BlueColor Codes
All color formats for development
HEX
#8289C9RGB
rgb(130, 137, 201)HSL
hsl(234, 40%, 65%)OKLCH
oklch(0.65 0.096 278.6)CMYK
cmyk(35%, 32%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B73C0
2#545DB6
3#464FA2
4#3C448B
5#323874
6#282D5D
7#1E2246
8#14172E
9#0A0B17
Tints
Lighter variations
1#8F95CF
2#9BA1D4
3#A8ADDA
4#B4B8DF
5#C1C4E4
6#CDD0EA
7#DADCEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#868CC6
2#898FC2
3#8D92BF
4#9095BB
5#9497B8
6#979AB4
7#9B9DB0
8#9FA0AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 8289 #8289C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E68 #5E68BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434C #434C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D1D3EB;
--slate-gray-300: #ADB2DC;
--slate-gray-400: #8289C9;
--slate-gray-500: #5E68BA;
--slate-gray-600: #434C9D;
--slate-gray-700: #363D7D;
--slate-gray-800: #262B59;
--slate-gray-900: #181C39;
--slate-gray-950: #0F1124;
}