#9739eb
a balanced, electric violet · warm · closest name: magenta
RGB
151, 57, 235
HSL
272°, 82%, 57%
CMYK
36, 76, 0, 8
Luminance
0.1550
Every format
| HEX | #9739eb |
| RGB | rgb(151, 57, 235) |
| HSL | hsl(272, 82%, 57%) |
| CMYK | cmyk(36%, 76%, 0%, 8%) |
| LAB | lab(46.3 68.8 -73.0) |
| LCH | lch(46.3 100.4 313.3) |
| OKLCH | oklch(0.568 0.249 303.1) |
Copy-ready code
/* CSS */
color: #9739eb;
background-color: #9739eb;
/* Tailwind (arbitrary) */
class="text-[#9739eb] bg-[#9739eb]"
/* SCSS */
$brand: #9739eb;
/* SwiftUI */
Color(red: 0.592, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#9739eb")Accessibility — WCAG contrast
Aa
#9739eb on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9739eb on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green22.4%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9739eb text on a black background
contrast 4.10:1
Card sample
#9739eb text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9739eb;
Background color
Panel with #9739eb background
background-color: #9739eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9739eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9739eb; background: linear-gradient(135deg, #9739eb, #EB39C8);