#9729eb
a balanced, electric violet · warm · closest name: magenta
RGB
151, 41, 235
HSL
274°, 83%, 54%
CMYK
36, 83, 0, 8
Luminance
0.1416
Every format
| HEX | #9729eb |
| RGB | rgb(151, 41, 235) |
| HSL | hsl(274, 83%, 54%) |
| CMYK | cmyk(36%, 83%, 0%, 8%) |
| LAB | lab(44.5 74.2 -76.1) |
| LCH | lch(44.5 106.3 314.3) |
| OKLCH | oklch(0.555 0.262 304.1) |
Copy-ready code
/* CSS */
color: #9729eb;
background-color: #9729eb;
/* Tailwind (arbitrary) */
class="text-[#9729eb] bg-[#9729eb]"
/* SCSS */
$brand: #9729eb;
/* SwiftUI */
Color(red: 0.592, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#9729eb")Accessibility — WCAG contrast
Aa
#9729eb on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9729eb on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9729eb text on a black background
contrast 3.83:1
Card sample
#9729eb text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9729eb;
Background color
Panel with #9729eb background
background-color: #9729eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9729eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9729eb; background: linear-gradient(135deg, #9729eb, #EB29BE);