#9256eb
a balanced, electric violet · warm · closest name: slateblue
RGB
146, 86, 235
HSL
264°, 79%, 63%
CMYK
38, 63, 0, 8
Luminance
0.1876
Every format
| HEX | #9256eb |
| RGB | rgb(146, 86, 235) |
| HSL | hsl(264, 79%, 63%) |
| CMYK | cmyk(38%, 63%, 0%, 8%) |
| LAB | lab(50.4 54.8 -66.4) |
| LCH | lch(50.4 86.1 309.5) |
| OKLCH | oklch(0.596 0.214 298.1) |
Copy-ready code
/* CSS */
color: #9256eb;
background-color: #9256eb;
/* Tailwind (arbitrary) */
class="text-[#9256eb] bg-[#9256eb]"
/* SCSS */
$brand: #9256eb;
/* SwiftUI */
Color(red: 0.573, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#9256eb")Accessibility — WCAG contrast
Aa
#9256eb on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9256eb on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green33.7%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9256eb text on a black background
contrast 4.75:1
Card sample
#9256eb text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9256eb;
Background color
Panel with #9256eb background
background-color: #9256eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9256eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9256eb; background: linear-gradient(135deg, #9256eb, #EB56E1);