#9727ac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 172
HSL
291°, 63%, 41%
CMYK
12, 77, 0, 33
Luminance
0.1101
Every format
| HEX | #9727ac |
| RGB | rgb(151, 39, 172) |
| HSL | hsl(291, 63%, 41%) |
| CMYK | cmyk(12%, 77%, 0%, 33%) |
| LAB | lab(39.6 62.3 -47.4) |
| LCH | lch(39.6 78.3 322.7) |
| OKLCH | oklch(0.507 0.210 320.7) |
Copy-ready code
/* CSS */
color: #9727ac;
background-color: #9727ac;
/* Tailwind (arbitrary) */
class="text-[#9727ac] bg-[#9727ac]"
/* SCSS */
$brand: #9727ac;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.675)
/* Android */
Color.parseColor("#9727ac")Accessibility — WCAG contrast
Aa
#9727ac on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727ac on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue67.5%
CMYK percentages
Cyan12.2%
Magenta77.3%
Yellow0.0%
Key (black)32.5%
Color previews
#9727ac text on a black background
contrast 3.20:1
Card sample
#9727ac text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727ac;
Background color
Panel with #9727ac background
background-color: #9727ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727ac; background: linear-gradient(135deg, #9727ac, #AC2768);