#b40ef1
a balanced, electric violet · warm · closest name: magenta
RGB
180, 14, 241
HSL
284°, 89%, 50%
CMYK
25, 94, 0, 6
Luminance
0.1637
Every format
| HEX | #b40ef1 |
| RGB | rgb(180, 14, 241) |
| HSL | hsl(284, 89%, 50%) |
| CMYK | cmyk(25%, 94%, 0%, 6%) |
| LAB | lab(47.5 84.4 -74.4) |
| LCH | lch(47.5 112.5 318.6) |
| OKLCH | oklch(0.586 0.287 312.7) |
Copy-ready code
/* CSS */
color: #b40ef1;
background-color: #b40ef1;
/* Tailwind (arbitrary) */
class="text-[#b40ef1] bg-[#b40ef1]"
/* SCSS */
$brand: #b40ef1;
/* SwiftUI */
Color(red: 0.706, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#b40ef1")Accessibility — WCAG contrast
Aa
#b40ef1 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b40ef1 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green5.5%
Blue94.5%
CMYK percentages
Cyan25.3%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#b40ef1 text on a black background
contrast 4.27:1
Card sample
#b40ef1 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b40ef1;
Background color
Panel with #b40ef1 background
background-color: #b40ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b40ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b40ef1; background: linear-gradient(135deg, #b40ef1, #F10E97);