#9268eb
a light, electric violet · warm · closest name: slateblue
RGB
146, 104, 235
HSL
259°, 77%, 67%
CMYK
38, 56, 0, 8
Luminance
0.2201
Every format
| HEX | #9268eb |
| RGB | rgb(146, 104, 235) |
| HSL | hsl(259, 77%, 67%) |
| CMYK | cmyk(38%, 56%, 0%, 8%) |
| LAB | lab(54.0 45.2 -60.6) |
| LCH | lch(54.0 75.6 306.7) |
| OKLCH | oklch(0.623 0.190 295.1) |
Copy-ready code
/* CSS */
color: #9268eb;
background-color: #9268eb;
/* Tailwind (arbitrary) */
class="text-[#9268eb] bg-[#9268eb]"
/* SCSS */
$brand: #9268eb;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#9268eb")Accessibility — WCAG contrast
Aa
#9268eb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9268eb on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9268eb text on a black background
contrast 5.40:1
Card sample
#9268eb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9268eb;
Background color
Panel with #9268eb background
background-color: #9268eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9268eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9268eb; background: linear-gradient(135deg, #9268eb, #E968EB);