#b41ee1
a balanced, electric violet · warm · closest name: magenta
RGB
180, 30, 225
HSL
286°, 77%, 50%
CMYK
20, 87, 0, 12
Luminance
0.1607
Every format
| HEX | #b41ee1 |
| RGB | rgb(180, 30, 225) |
| HSL | hsl(286, 77%, 50%) |
| CMYK | cmyk(20%, 87%, 0%, 12%) |
| LAB | lab(47.1 79.1 -66.0) |
| LCH | lch(47.1 103.0 320.2) |
| OKLCH | oklch(0.580 0.269 316.0) |
Copy-ready code
/* CSS */
color: #b41ee1;
background-color: #b41ee1;
/* Tailwind (arbitrary) */
class="text-[#b41ee1] bg-[#b41ee1]"
/* SCSS */
$brand: #b41ee1;
/* SwiftUI */
Color(red: 0.706, green: 0.118, blue: 0.882)
/* Android */
Color.parseColor("#b41ee1")Accessibility — WCAG contrast
Aa
#b41ee1 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41ee1 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green11.8%
Blue88.2%
CMYK percentages
Cyan20.0%
Magenta86.7%
Yellow0.0%
Key (black)11.8%
Color previews
#b41ee1 text on a black background
contrast 4.21:1
Card sample
#b41ee1 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41ee1;
Background color
Panel with #b41ee1 background
background-color: #b41ee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41ee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 30, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 30, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41ee1; background: linear-gradient(135deg, #b41ee1, #E11E8C);