#b532af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
181, 50, 175
HSL
303°, 57%, 45%
CMYK
0, 72, 3, 29
Luminance
0.1520
Every format
| HEX | #b532af |
| RGB | rgb(181, 50, 175) |
| HSL | hsl(303, 57%, 45%) |
| CMYK | cmyk(0%, 72%, 3%, 29%) |
| LAB | lab(45.9 65.6 -38.9) |
| LCH | lch(45.9 76.2 329.4) |
| OKLCH | oklch(0.562 0.214 330.0) |
Copy-ready code
/* CSS */
color: #b532af;
background-color: #b532af;
/* Tailwind (arbitrary) */
class="text-[#b532af] bg-[#b532af]"
/* SCSS */
$brand: #b532af;
/* SwiftUI */
Color(red: 0.710, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#b532af")Accessibility — WCAG contrast
Aa
#b532af on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b532af on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow3.3%
Key (black)29.0%
Color previews
#b532af text on a black background
contrast 4.04:1
Card sample
#b532af text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b532af;
Background color
Panel with #b532af background
background-color: #b532af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b532af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b532af; background: linear-gradient(135deg, #b532af, #B53258);