#9728af
a dark, vivid violet · warm · closest name: purple
RGB
151, 40, 175
HSL
289°, 63%, 42%
CMYK
14, 77, 0, 31
Luminance
0.1119
Every format
| HEX | #9728af |
| RGB | rgb(151, 40, 175) |
| HSL | hsl(289, 63%, 42%) |
| CMYK | cmyk(14%, 77%, 0%, 31%) |
| LAB | lab(39.9 62.5 -48.7) |
| LCH | lch(39.9 79.3 322.1) |
| OKLCH | oklch(0.510 0.211 319.7) |
Copy-ready code
/* CSS */
color: #9728af;
background-color: #9728af;
/* Tailwind (arbitrary) */
class="text-[#9728af] bg-[#9728af]"
/* SCSS */
$brand: #9728af;
/* SwiftUI */
Color(red: 0.592, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#9728af")Accessibility — WCAG contrast
Aa
#9728af on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9728af on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.7%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta77.1%
Yellow0.0%
Key (black)31.4%
Color previews
#9728af text on a black background
contrast 3.24:1
Card sample
#9728af text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9728af;
Background color
Panel with #9728af background
background-color: #9728af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9728af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9728af; background: linear-gradient(135deg, #9728af, #AF286D);