#b41eee
a balanced, electric violet · warm · closest name: magenta
RGB
180, 30, 238
HSL
283°, 86%, 53%
CMYK
24, 87, 0, 7
Luminance
0.1680
Every format
| HEX | #b41eee |
| RGB | rgb(180, 30, 238) |
| HSL | hsl(283, 86%, 53%) |
| CMYK | cmyk(24%, 87%, 0%, 7%) |
| LAB | lab(48.0 81.5 -71.8) |
| LCH | lch(48.0 108.6 318.6) |
| OKLCH | oklch(0.589 0.279 313.0) |
Copy-ready code
/* CSS */
color: #b41eee;
background-color: #b41eee;
/* Tailwind (arbitrary) */
class="text-[#b41eee] bg-[#b41eee]"
/* SCSS */
$brand: #b41eee;
/* SwiftUI */
Color(red: 0.706, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#b41eee")Accessibility — WCAG contrast
Aa
#b41eee on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41eee on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green11.8%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b41eee text on a black background
contrast 4.36:1
Card sample
#b41eee text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41eee;
Background color
Panel with #b41eee background
background-color: #b41eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41eee; background: linear-gradient(135deg, #b41eee, #EE1E9D);