#b52af5
a balanced, electric violet · warm · closest name: magenta
RGB
181, 42, 245
HSL
281°, 91%, 56%
CMYK
26, 83, 0, 4
Luminance
0.1807
Every format
| HEX | #b52af5 |
| RGB | rgb(181, 42, 245) |
| HSL | hsl(281, 91%, 56%) |
| CMYK | cmyk(26%, 83%, 0%, 4%) |
| LAB | lab(49.6 80.3 -73.2) |
| LCH | lch(49.6 108.6 317.6) |
| OKLCH | oklch(0.602 0.277 311.4) |
Copy-ready code
/* CSS */
color: #b52af5;
background-color: #b52af5;
/* Tailwind (arbitrary) */
class="text-[#b52af5] bg-[#b52af5]"
/* SCSS */
$brand: #b52af5;
/* SwiftUI */
Color(red: 0.710, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#b52af5")Accessibility — WCAG contrast
Aa
#b52af5 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b52af5 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green16.5%
Blue96.1%
CMYK percentages
Cyan26.1%
Magenta82.9%
Yellow0.0%
Key (black)3.9%
Color previews
#b52af5 text on a black background
contrast 4.61:1
Card sample
#b52af5 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52af5;
Background color
Panel with #b52af5 background
background-color: #b52af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52af5; background: linear-gradient(135deg, #b52af5, #F52AAE);