#9d28bf
a balanced, vivid violet · warm · closest name: purple
RGB
157, 40, 191
HSL
287°, 65%, 45%
CMYK
18, 79, 0, 25
Luminance
0.1245
Every format
| HEX | #9d28bf |
| RGB | rgb(157, 40, 191) |
| HSL | hsl(287, 65%, 45%) |
| CMYK | cmyk(18%, 79%, 0%, 25%) |
| LAB | lab(41.9 66.7 -54.9) |
| LCH | lch(41.9 86.3 320.5) |
| OKLCH | oklch(0.529 0.227 317.1) |
Copy-ready code
/* CSS */
color: #9d28bf;
background-color: #9d28bf;
/* Tailwind (arbitrary) */
class="text-[#9d28bf] bg-[#9d28bf]"
/* SCSS */
$brand: #9d28bf;
/* SwiftUI */
Color(red: 0.616, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#9d28bf")Accessibility — WCAG contrast
Aa
#9d28bf on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9d28bf on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green15.7%
Blue74.9%
CMYK percentages
Cyan17.8%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9d28bf text on a black background
contrast 3.49:1
Card sample
#9d28bf text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d28bf;
Background color
Panel with #9d28bf background
background-color: #9d28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d28bf; background: linear-gradient(135deg, #9d28bf, #BF287C);