#b53af8
a balanced, electric violet · warm · closest name: magenta
RGB
181, 58, 248
HSL
279°, 93%, 60%
CMYK
27, 77, 0, 3
Luminance
0.1963
Every format
| HEX | #b53af8 |
| RGB | rgb(181, 58, 248) |
| HSL | hsl(279, 93%, 60%) |
| CMYK | cmyk(27%, 77%, 0%, 3%) |
| LAB | lab(51.4 76.2 -71.9) |
| LCH | lch(51.4 104.7 316.7) |
| OKLCH | oklch(0.616 0.266 310.0) |
Copy-ready code
/* CSS */
color: #b53af8;
background-color: #b53af8;
/* Tailwind (arbitrary) */
class="text-[#b53af8] bg-[#b53af8]"
/* SCSS */
$brand: #b53af8;
/* SwiftUI */
Color(red: 0.710, green: 0.227, blue: 0.973)
/* Android */
Color.parseColor("#b53af8")Accessibility — WCAG contrast
Aa
#b53af8 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b53af8 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green22.7%
Blue97.3%
CMYK percentages
Cyan27.0%
Magenta76.6%
Yellow0.0%
Key (black)2.7%
Color previews
#b53af8 text on a black background
contrast 4.93:1
Card sample
#b53af8 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53af8;
Background color
Panel with #b53af8 background
background-color: #b53af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 58, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 58, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53af8; background: linear-gradient(135deg, #b53af8, #F83ABC);