#9728bf
a balanced, vivid violet · warm · closest name: purple
RGB
151, 40, 191
HSL
284°, 65%, 45%
CMYK
21, 79, 0, 25
Luminance
0.1186
Every format
| HEX | #9728bf |
| RGB | rgb(151, 40, 191) |
| HSL | hsl(284, 65%, 45%) |
| CMYK | cmyk(21%, 79%, 0%, 25%) |
| LAB | lab(41.0 65.6 -56.4) |
| LCH | lch(41.0 86.5 319.3) |
| OKLCH | oklch(0.521 0.225 314.9) |
Copy-ready code
/* CSS */
color: #9728bf;
background-color: #9728bf;
/* Tailwind (arbitrary) */
class="text-[#9728bf] bg-[#9728bf]"
/* SCSS */
$brand: #9728bf;
/* SwiftUI */
Color(red: 0.592, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#9728bf")Accessibility — WCAG contrast
Aa
#9728bf on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9728bf on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.7%
Blue74.9%
CMYK percentages
Cyan20.9%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9728bf text on a black background
contrast 3.37:1
Card sample
#9728bf text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9728bf;
Background color
Panel with #9728bf background
background-color: #9728bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9728bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9728bf; background: linear-gradient(135deg, #9728bf, #BF2882);