#9724eb
a balanced, electric violet · warm · closest name: magenta
RGB
151, 36, 235
HSL
275°, 83%, 53%
CMYK
36, 85, 0, 8
Luminance
0.1384
Every format
| HEX | #9724eb |
| RGB | rgb(151, 36, 235) |
| HSL | hsl(275, 83%, 53%) |
| CMYK | cmyk(36%, 85%, 0%, 8%) |
| LAB | lab(44.0 75.6 -76.8) |
| LCH | lch(44.0 107.8 314.5) |
| OKLCH | oklch(0.552 0.266 304.4) |
Copy-ready code
/* CSS */
color: #9724eb;
background-color: #9724eb;
/* Tailwind (arbitrary) */
class="text-[#9724eb] bg-[#9724eb]"
/* SCSS */
$brand: #9724eb;
/* SwiftUI */
Color(red: 0.592, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#9724eb")Accessibility — WCAG contrast
Aa
#9724eb on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9724eb on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green14.1%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9724eb text on a black background
contrast 3.77:1
Card sample
#9724eb text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9724eb;
Background color
Panel with #9724eb background
background-color: #9724eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9724eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9724eb; background: linear-gradient(135deg, #9724eb, #EB24BA);