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