#b53af1
a balanced, electric violet · warm · closest name: magenta
RGB
181, 58, 241
HSL
280°, 87%, 59%
CMYK
25, 76, 0, 6
Luminance
0.1920
Every format
| HEX | #b53af1 |
| RGB | rgb(181, 58, 241) |
| HSL | hsl(280, 87%, 59%) |
| CMYK | cmyk(25%, 76%, 0%, 6%) |
| LAB | lab(50.9 74.8 -68.8) |
| LCH | lch(50.9 101.6 317.4) |
| OKLCH | oklch(0.611 0.260 311.6) |
Copy-ready code
/* CSS */
color: #b53af1;
background-color: #b53af1;
/* Tailwind (arbitrary) */
class="text-[#b53af1] bg-[#b53af1]"
/* SCSS */
$brand: #b53af1;
/* SwiftUI */
Color(red: 0.710, green: 0.227, blue: 0.945)
/* Android */
Color.parseColor("#b53af1")Accessibility — WCAG contrast
Aa
#b53af1 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b53af1 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green22.7%
Blue94.5%
CMYK percentages
Cyan24.9%
Magenta75.9%
Yellow0.0%
Key (black)5.5%
Color previews
#b53af1 text on a black background
contrast 4.84:1
Card sample
#b53af1 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53af1;
Background color
Panel with #b53af1 background
background-color: #b53af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 58, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 58, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53af1; background: linear-gradient(135deg, #b53af1, #F13AB3);