#b528af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
181, 40, 175
HSL
303°, 64%, 43%
CMYK
0, 78, 3, 29
Luminance
0.1444
Every format
| HEX | #b528af |
| RGB | rgb(181, 40, 175) |
| HSL | hsl(303, 64%, 43%) |
| CMYK | cmyk(0%, 78%, 3%, 29%) |
| LAB | lab(44.9 68.6 -40.5) |
| LCH | lch(44.9 79.7 329.4) |
| OKLCH | oklch(0.554 0.224 330.0) |
Copy-ready code
/* CSS */
color: #b528af;
background-color: #b528af;
/* Tailwind (arbitrary) */
class="text-[#b528af] bg-[#b528af]"
/* SCSS */
$brand: #b528af;
/* SwiftUI */
Color(red: 0.710, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#b528af")Accessibility — WCAG contrast
Aa
#b528af on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b528af on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green15.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow3.3%
Key (black)29.0%
Color previews
#b528af text on a black background
contrast 3.89:1
Card sample
#b528af text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b528af;
Background color
Panel with #b528af background
background-color: #b528af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b528af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b528af; background: linear-gradient(135deg, #b528af, #B52851);