#b52afd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 42, 253
HSL
280°, 98%, 58%
CMYK
29, 83, 0, 1
Luminance
0.1857
Every format
| HEX | #b52afd |
| RGB | rgb(181, 42, 253) |
| HSL | hsl(280, 98%, 58%) |
| CMYK | cmyk(29%, 83%, 0%, 1%) |
| LAB | lab(50.2 81.8 -76.7) |
| LCH | lch(50.2 112.1 316.9) |
| OKLCH | oklch(0.608 0.283 309.7) |
Copy-ready code
/* CSS */
color: #b52afd;
background-color: #b52afd;
/* Tailwind (arbitrary) */
class="text-[#b52afd] bg-[#b52afd]"
/* SCSS */
$brand: #b52afd;
/* SwiftUI */
Color(red: 0.710, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#b52afd")Accessibility — WCAG contrast
Aa
#b52afd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b52afd on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green16.5%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b52afd text on a black background
contrast 4.71:1
Card sample
#b52afd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52afd;
Background color
Panel with #b52afd background
background-color: #b52afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52afd; background: linear-gradient(135deg, #b52afd, #FD2AB8);