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