#9b2dda
a balanced, vivid violet · warm · closest name: indigo
RGB
155, 45, 218
HSL
278°, 70%, 52%
CMYK
29, 79, 0, 15
Luminance
0.1391
Every format
| HEX | #9b2dda |
| RGB | rgb(155, 45, 218) |
| HSL | hsl(278, 70%, 52%) |
| CMYK | cmyk(29%, 79%, 0%, 15%) |
| LAB | lab(44.1 70.1 -67.0) |
| LCH | lch(44.1 96.9 316.3) |
| OKLCH | oklch(0.550 0.245 309.0) |
Copy-ready code
/* CSS */
color: #9b2dda;
background-color: #9b2dda;
/* Tailwind (arbitrary) */
class="text-[#9b2dda] bg-[#9b2dda]"
/* SCSS */
$brand: #9b2dda;
/* SwiftUI */
Color(red: 0.608, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#9b2dda")Accessibility — WCAG contrast
Aa
#9b2dda on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2dda on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green17.6%
Blue85.5%
CMYK percentages
Cyan28.9%
Magenta79.4%
Yellow0.0%
Key (black)14.5%
Color previews
#9b2dda text on a black background
contrast 3.78:1
Card sample
#9b2dda text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2dda;
Background color
Panel with #9b2dda background
background-color: #9b2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2dda; background: linear-gradient(135deg, #9b2dda, #DA2DA6);