#9b2adc
a balanced, vivid violet · warm · closest name: magenta
RGB
155, 42, 220
HSL
278°, 72%, 51%
CMYK
30, 81, 0, 14
Luminance
0.1379
Every format
| HEX | #9b2adc |
| RGB | rgb(155, 42, 220) |
| HSL | hsl(278, 72%, 51%) |
| CMYK | cmyk(30%, 81%, 0%, 14%) |
| LAB | lab(43.9 71.4 -68.4) |
| LCH | lch(43.9 98.9 316.2) |
| OKLCH | oklch(0.549 0.249 308.7) |
Copy-ready code
/* CSS */
color: #9b2adc;
background-color: #9b2adc;
/* Tailwind (arbitrary) */
class="text-[#9b2adc] bg-[#9b2adc]"
/* SCSS */
$brand: #9b2adc;
/* SwiftUI */
Color(red: 0.608, green: 0.165, blue: 0.863)
/* Android */
Color.parseColor("#9b2adc")Accessibility — WCAG contrast
Aa
#9b2adc on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2adc on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green16.5%
Blue86.3%
CMYK percentages
Cyan29.5%
Magenta80.9%
Yellow0.0%
Key (black)13.7%
Color previews
#9b2adc text on a black background
contrast 3.76:1
Card sample
#9b2adc text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2adc;
Background color
Panel with #9b2adc background
background-color: #9b2adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 42, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 42, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2adc; background: linear-gradient(135deg, #9b2adc, #DC2AA6);