#b43eee
a balanced, electric violet · warm · closest name: magenta
RGB
180, 62, 238
HSL
280°, 84%, 59%
CMYK
24, 74, 0, 7
Luminance
0.1932
Every format
| HEX | #b43eee |
| RGB | rgb(180, 62, 238) |
| HSL | hsl(280, 84%, 59%) |
| CMYK | cmyk(24%, 74%, 0%, 7%) |
| LAB | lab(51.1 72.6 -66.9) |
| LCH | lch(51.1 98.7 317.4) |
| OKLCH | oklch(0.611 0.253 311.7) |
Copy-ready code
/* CSS */
color: #b43eee;
background-color: #b43eee;
/* Tailwind (arbitrary) */
class="text-[#b43eee] bg-[#b43eee]"
/* SCSS */
$brand: #b43eee;
/* SwiftUI */
Color(red: 0.706, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#b43eee")Accessibility — WCAG contrast
Aa
#b43eee on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b43eee on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b43eee text on a black background
contrast 4.86:1
Card sample
#b43eee text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43eee;
Background color
Panel with #b43eee background
background-color: #b43eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43eee; background: linear-gradient(135deg, #b43eee, #EE3EB3);