Slate Gray
#8290C9
BlueColor Codes
All color formats for development
HEX
#8290C9RGB
rgb(130, 144, 201)HSL
hsl(228, 40%, 65%)OKLCH
oklch(0.664 0.086 273.2)CMYK
cmyk(35%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7CC0
2#5467B6
3#4658A2
4#3C4C8B
5#323F74
6#28325D
7#1E2646
8#14192E
9#0A0D17
Tints
Lighter variations
1#8F9BCF
2#9BA6D4
3#A8B2DA
4#B4BDDF
5#C1C8E4
6#CDD3EA
7#DADEEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8692C6
2#8995C2
3#8D97BF
4#9099BB
5#949BB8
6#979DB4
7#9B9FB0
8#9FA1AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DC | BordersInactive statesPlaceholder text |
| 400 | 8290 #8290C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E71 #5E71BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4355 #43559D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D1D6EB;
--slate-gray-300: #ADB6DC;
--slate-gray-400: #8290C9;
--slate-gray-500: #5E71BA;
--slate-gray-600: #43559D;
--slate-gray-700: #36447D;
--slate-gray-800: #263059;
--slate-gray-900: #181F39;
--slate-gray-950: #0F1324;
}