#b53afd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 58, 253
HSL
278°, 98%, 61%
CMYK
29, 77, 0, 1
Luminance
0.1994
Every format
| HEX | #b53afd |
| RGB | rgb(181, 58, 253) |
| HSL | hsl(278, 98%, 61%) |
| CMYK | cmyk(29%, 77%, 0%, 1%) |
| LAB | lab(51.8 77.2 -74.1) |
| LCH | lch(51.8 107.0 316.2) |
| OKLCH | oklch(0.619 0.271 309.0) |
Copy-ready code
/* CSS */
color: #b53afd;
background-color: #b53afd;
/* Tailwind (arbitrary) */
class="text-[#b53afd] bg-[#b53afd]"
/* SCSS */
$brand: #b53afd;
/* SwiftUI */
Color(red: 0.710, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b53afd")Accessibility — WCAG contrast
Aa
#b53afd on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b53afd on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green22.7%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b53afd text on a black background
contrast 4.99:1
Card sample
#b53afd text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53afd;
Background color
Panel with #b53afd background
background-color: #b53afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53afd; background: linear-gradient(135deg, #b53afd, #FD3AC3);