#9737eb
a balanced, electric violet · warm · closest name: magenta
RGB
151, 55, 235
HSL
272°, 82%, 57%
CMYK
36, 77, 0, 8
Luminance
0.1531
Every format
| HEX | #9737eb |
| RGB | rgb(151, 55, 235) |
| HSL | hsl(272, 82%, 57%) |
| CMYK | cmyk(36%, 77%, 0%, 8%) |
| LAB | lab(46.1 69.6 -73.5) |
| LCH | lch(46.1 101.2 313.4) |
| OKLCH | oklch(0.567 0.251 303.2) |
Copy-ready code
/* CSS */
color: #9737eb;
background-color: #9737eb;
/* Tailwind (arbitrary) */
class="text-[#9737eb] bg-[#9737eb]"
/* SCSS */
$brand: #9737eb;
/* SwiftUI */
Color(red: 0.592, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#9737eb")Accessibility — WCAG contrast
Aa
#9737eb on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9737eb on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green21.6%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9737eb text on a black background
contrast 4.06:1
Card sample
#9737eb text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9737eb;
Background color
Panel with #9737eb background
background-color: #9737eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9737eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9737eb; background: linear-gradient(135deg, #9737eb, #EB37C7);