#9e2abf
a balanced, vivid violet · warm · closest name: purple
RGB
158, 42, 191
HSL
287°, 64%, 46%
CMYK
17, 78, 0, 25
Luminance
0.1269
Every format
| HEX | #9e2abf |
| RGB | rgb(158, 42, 191) |
| HSL | hsl(287, 64%, 46%) |
| CMYK | cmyk(17%, 78%, 0%, 25%) |
| LAB | lab(42.3 66.2 -54.3) |
| LCH | lch(42.3 85.6 320.7) |
| OKLCH | oklch(0.532 0.225 317.3) |
Copy-ready code
/* CSS */
color: #9e2abf;
background-color: #9e2abf;
/* Tailwind (arbitrary) */
class="text-[#9e2abf] bg-[#9e2abf]"
/* SCSS */
$brand: #9e2abf;
/* SwiftUI */
Color(red: 0.620, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#9e2abf")Accessibility — WCAG contrast
Aa
#9e2abf on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e2abf on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green16.5%
Blue74.9%
CMYK percentages
Cyan17.3%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#9e2abf text on a black background
contrast 3.54:1
Card sample
#9e2abf text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e2abf;
Background color
Panel with #9e2abf background
background-color: #9e2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e2abf; background: linear-gradient(135deg, #9e2abf, #BF2A7D);