#b42eee
a balanced, electric violet · warm · closest name: magenta
RGB
180, 46, 238
HSL
282°, 85%, 56%
CMYK
24, 81, 0, 7
Luminance
0.1783
Every format
| HEX | #b42eee |
| RGB | rgb(180, 46, 238) |
| HSL | hsl(282, 85%, 56%) |
| CMYK | cmyk(24%, 81%, 0%, 7%) |
| LAB | lab(49.3 77.7 -69.7) |
| LCH | lch(49.3 104.4 318.1) |
| OKLCH | oklch(0.598 0.268 312.5) |
Copy-ready code
/* CSS */
color: #b42eee;
background-color: #b42eee;
/* Tailwind (arbitrary) */
class="text-[#b42eee] bg-[#b42eee]"
/* SCSS */
$brand: #b42eee;
/* SwiftUI */
Color(red: 0.706, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#b42eee")Accessibility — WCAG contrast
Aa
#b42eee on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42eee on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#b42eee text on a black background
contrast 4.57:1
Card sample
#b42eee text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42eee;
Background color
Panel with #b42eee background
background-color: #b42eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42eee; background: linear-gradient(135deg, #b42eee, #EE2EA8);