Slate Gray
#8292C9
BlueColor Codes
All color formats for development
HEX
#8292C9RGB
rgb(130, 146, 201)HSL
hsl(226, 40%, 65%)OKLCH
oklch(0.669 0.084 271.5)CMYK
cmyk(35%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7FC0
2#546AB6
3#465BA2
4#3C4E8B
5#324174
6#28345D
7#1E2746
8#141A2E
9#0A0D17
Tints
Lighter variations
1#8F9ECF
2#9BA8D4
3#A8B3DA
4#B4BEDF
5#C1C9E4
6#CDD4EA
7#DADFEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8695C6
2#8997C2
3#8D98BF
4#909ABB
5#949CB8
6#979EB4
7#9BA0B0
8#9FA2AD
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DC | BordersInactive statesPlaceholder text |
| 400 | 8293 #8293C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E74 #5E74BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4358 #43589D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #263259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | 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: #D1D7EB;
--slate-gray-300: #ADB8DC;
--slate-gray-400: #8293C9;
--slate-gray-500: #5E74BA;
--slate-gray-600: #43589D;
--slate-gray-700: #36467D;
--slate-gray-800: #263259;
--slate-gray-900: #182039;
--slate-gray-950: #0F1424;
}