#9846fd
a balanced, electric violet · warm · closest name: magenta
RGB
152, 70, 253
HSL
267°, 98%, 63%
CMYK
40, 72, 0, 1
Luminance
0.1815
Every format
| HEX | #9846fd |
| RGB | rgb(152, 70, 253) |
| HSL | hsl(267, 98%, 63%) |
| CMYK | cmyk(40%, 72%, 0%, 1%) |
| LAB | lab(49.7 67.9 -77.7) |
| LCH | lch(49.7 103.1 311.1) |
| OKLCH | oklch(0.597 0.253 298.8) |
Copy-ready code
/* CSS */
color: #9846fd;
background-color: #9846fd;
/* Tailwind (arbitrary) */
class="text-[#9846fd] bg-[#9846fd]"
/* SCSS */
$brand: #9846fd;
/* SwiftUI */
Color(red: 0.596, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#9846fd")Accessibility — WCAG contrast
Aa
#9846fd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9846fd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.5%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9846fd text on a black background
contrast 4.63:1
Card sample
#9846fd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9846fd;
Background color
Panel with #9846fd background
background-color: #9846fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9846fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9846fd; background: linear-gradient(135deg, #9846fd, #FD46E8);