#9732fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 50, 253
HSL
270°, 98%, 59%
CMYK
40, 80, 0, 1
Luminance
0.1595
Every format
| HEX | #9732fd |
| RGB | rgb(151, 50, 253) |
| HSL | hsl(270, 98%, 59%) |
| CMYK | cmyk(40%, 80%, 0%, 1%) |
| LAB | lab(46.9 75.3 -82.2) |
| LCH | lch(46.9 111.5 312.5) |
| OKLCH | oklch(0.577 0.272 300.0) |
Copy-ready code
/* CSS */
color: #9732fd;
background-color: #9732fd;
/* Tailwind (arbitrary) */
class="text-[#9732fd] bg-[#9732fd]"
/* SCSS */
$brand: #9732fd;
/* SwiftUI */
Color(red: 0.592, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#9732fd")Accessibility — WCAG contrast
Aa
#9732fd on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9732fd on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green19.6%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#9732fd text on a black background
contrast 4.19:1
Card sample
#9732fd text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9732fd;
Background color
Panel with #9732fd background
background-color: #9732fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9732fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9732fd; background: linear-gradient(135deg, #9732fd, #FD32DC);