#9b2abf
a balanced, vivid violet · warm · closest name: purple
RGB
155, 42, 191
HSL
286°, 64%, 46%
CMYK
19, 78, 0, 25
Luminance
0.1239
Every format
| HEX | #9b2abf |
| RGB | rgb(155, 42, 191) |
| HSL | hsl(286, 64%, 46%) |
| CMYK | cmyk(19%, 78%, 0%, 25%) |
| LAB | lab(41.8 65.7 -55.0) |
| LCH | lch(41.8 85.7 320.0) |
| OKLCH | oklch(0.528 0.224 316.2) |
Copy-ready code
/* CSS */
color: #9b2abf;
background-color: #9b2abf;
/* Tailwind (arbitrary) */
class="text-[#9b2abf] bg-[#9b2abf]"
/* SCSS */
$brand: #9b2abf;
/* SwiftUI */
Color(red: 0.608, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#9b2abf")Accessibility — WCAG contrast
Aa
#9b2abf on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2abf on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green16.5%
Blue74.9%
CMYK percentages
Cyan18.8%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#9b2abf text on a black background
contrast 3.48:1
Card sample
#9b2abf text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2abf;
Background color
Panel with #9b2abf background
background-color: #9b2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2abf; background: linear-gradient(135deg, #9b2abf, #BF2A80);