#9b0da2
a dark, electric magenta / pink · warm · closest name: purple
RGB
155, 13, 162
HSL
297°, 85%, 34%
CMYK
4, 92, 0, 37
Luminance
0.0987
Every format
| HEX | #9b0da2 |
| RGB | rgb(155, 13, 162) |
| HSL | hsl(297, 85%, 34%) |
| CMYK | cmyk(4%, 92%, 0%, 37%) |
| LAB | lab(37.6 67.3 -44.6) |
| LCH | lch(37.6 80.7 326.4) |
| OKLCH | oklch(0.492 0.222 325.9) |
Copy-ready code
/* CSS */
color: #9b0da2;
background-color: #9b0da2;
/* Tailwind (arbitrary) */
class="text-[#9b0da2] bg-[#9b0da2]"
/* SCSS */
$brand: #9b0da2;
/* SwiftUI */
Color(red: 0.608, green: 0.051, blue: 0.635)
/* Android */
Color.parseColor("#9b0da2")Accessibility — WCAG contrast
Aa
#9b0da2 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b0da2 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.1%
Blue63.5%
CMYK percentages
Cyan4.3%
Magenta92.0%
Yellow0.0%
Key (black)36.5%
Color previews
#9b0da2 text on a black background
contrast 2.97:1
Card sample
#9b0da2 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0da2;
Background color
Panel with #9b0da2 background
background-color: #9b0da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 13, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 13, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0da2; background: linear-gradient(135deg, #9b0da2, #A20D46);