#9727ae
a dark, vivid violet · warm · closest name: purple
RGB
151, 39, 174
HSL
290°, 63%, 42%
CMYK
13, 78, 0, 32
Luminance
0.1109
Every format
| HEX | #9727ae |
| RGB | rgb(151, 39, 174) |
| HSL | hsl(290, 63%, 42%) |
| CMYK | cmyk(13%, 78%, 0%, 32%) |
| LAB | lab(39.7 62.7 -48.4) |
| LCH | lch(39.7 79.2 322.3) |
| OKLCH | oklch(0.508 0.211 320.0) |
Copy-ready code
/* CSS */
color: #9727ae;
background-color: #9727ae;
/* Tailwind (arbitrary) */
class="text-[#9727ae] bg-[#9727ae]"
/* SCSS */
$brand: #9727ae;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.682)
/* Android */
Color.parseColor("#9727ae")Accessibility — WCAG contrast
Aa
#9727ae on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727ae on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue68.2%
CMYK percentages
Cyan13.2%
Magenta77.6%
Yellow0.0%
Key (black)31.8%
Color previews
#9727ae text on a black background
contrast 3.22:1
Card sample
#9727ae text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727ae;
Background color
Panel with #9727ae background
background-color: #9727ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727ae; background: linear-gradient(135deg, #9727ae, #AE276B);