#b441eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 65, 235
HSL
281°, 81%, 59%
CMYK
23, 72, 0, 8
Luminance
0.1948
Every format
| HEX | #b441eb |
| RGB | rgb(180, 65, 235) |
| HSL | hsl(281, 81%, 59%) |
| CMYK | cmyk(23%, 72%, 0%, 8%) |
| LAB | lab(51.3 70.9 -64.9) |
| LCH | lch(51.3 96.1 317.5) |
| OKLCH | oklch(0.611 0.248 312.2) |
Copy-ready code
/* CSS */
color: #b441eb;
background-color: #b441eb;
/* Tailwind (arbitrary) */
class="text-[#b441eb] bg-[#b441eb]"
/* SCSS */
$brand: #b441eb;
/* SwiftUI */
Color(red: 0.706, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#b441eb")Accessibility — WCAG contrast
Aa
#b441eb on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b441eb on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green25.5%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b441eb text on a black background
contrast 4.90:1
Card sample
#b441eb text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b441eb;
Background color
Panel with #b441eb background
background-color: #b441eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b441eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b441eb; background: linear-gradient(135deg, #b441eb, #EB41B1);