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