#9727e7
a balanced, electric violet · warm · closest name: magenta
RGB
151, 39, 231
HSL
275°, 80%, 53%
CMYK
35, 83, 0, 9
Luminance
0.1380
Every format
| HEX | #9727e7 |
| RGB | rgb(151, 39, 231) |
| HSL | hsl(275, 80%, 53%) |
| CMYK | cmyk(35%, 83%, 0%, 9%) |
| LAB | lab(43.9 74.0 -74.7) |
| LCH | lch(43.9 105.1 314.7) |
| OKLCH | oklch(0.551 0.260 305.1) |
Copy-ready code
/* CSS */
color: #9727e7;
background-color: #9727e7;
/* Tailwind (arbitrary) */
class="text-[#9727e7] bg-[#9727e7]"
/* SCSS */
$brand: #9727e7;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.906)
/* Android */
Color.parseColor("#9727e7")Accessibility — WCAG contrast
Aa
#9727e7 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727e7 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue90.6%
CMYK percentages
Cyan34.6%
Magenta83.1%
Yellow0.0%
Key (black)9.4%
Color previews
#9727e7 text on a black background
contrast 3.76:1
Card sample
#9727e7 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727e7;
Background color
Panel with #9727e7 background
background-color: #9727e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727e7; background: linear-gradient(135deg, #9727e7, #E727B7);