#9258eb
a balanced, electric violet · warm · closest name: slateblue
RGB
146, 88, 235
HSL
264°, 79%, 63%
CMYK
38, 63, 0, 8
Luminance
0.1909
Every format
| HEX | #9258eb |
| RGB | rgb(146, 88, 235) |
| HSL | hsl(264, 79%, 63%) |
| CMYK | cmyk(38%, 63%, 0%, 8%) |
| LAB | lab(50.8 53.8 -65.8) |
| LCH | lch(50.8 85.0 309.3) |
| OKLCH | oklch(0.599 0.212 297.8) |
Copy-ready code
/* CSS */
color: #9258eb;
background-color: #9258eb;
/* Tailwind (arbitrary) */
class="text-[#9258eb] bg-[#9258eb]"
/* SCSS */
$brand: #9258eb;
/* SwiftUI */
Color(red: 0.573, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#9258eb")Accessibility — WCAG contrast
Aa
#9258eb on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9258eb on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green34.5%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9258eb text on a black background
contrast 4.82:1
Card sample
#9258eb text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9258eb;
Background color
Panel with #9258eb background
background-color: #9258eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9258eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9258eb; background: linear-gradient(135deg, #9258eb, #EB58E2);