#b54ef1
a balanced, electric violet · warm · closest name: magenta
RGB
181, 78, 241
HSL
278°, 85%, 63%
CMYK
25, 68, 0, 6
Luminance
0.2162
Every format
| HEX | #b54ef1 |
| RGB | rgb(181, 78, 241) |
| HSL | hsl(278, 85%, 63%) |
| CMYK | cmyk(25%, 68%, 0%, 6%) |
| LAB | lab(53.6 67.1 -64.4) |
| LCH | lch(53.6 93.0 316.2) |
| OKLCH | oklch(0.630 0.238 310.3) |
Copy-ready code
/* CSS */
color: #b54ef1;
background-color: #b54ef1;
/* Tailwind (arbitrary) */
class="text-[#b54ef1] bg-[#b54ef1]"
/* SCSS */
$brand: #b54ef1;
/* SwiftUI */
Color(red: 0.710, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#b54ef1")Accessibility — WCAG contrast
Aa
#b54ef1 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b54ef1 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green30.6%
Blue94.5%
CMYK percentages
Cyan24.9%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b54ef1 text on a black background
contrast 5.32:1
Card sample
#b54ef1 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54ef1;
Background color
Panel with #b54ef1 background
background-color: #b54ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54ef1; background: linear-gradient(135deg, #b54ef1, #F14EC0);