#b552af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
181, 82, 175
HSL
304°, 40%, 52%
CMYK
0, 55, 3, 29
Luminance
0.1895
Every format
| HEX | #b552af |
| RGB | rgb(181, 82, 175) |
| HSL | hsl(304, 40%, 52%) |
| CMYK | cmyk(0%, 55%, 3%, 29%) |
| LAB | lab(50.6 52.5 -31.4) |
| LCH | lch(50.6 61.2 329.1) |
| OKLCH | oklch(0.596 0.171 329.8) |
Copy-ready code
/* CSS */
color: #b552af;
background-color: #b552af;
/* Tailwind (arbitrary) */
class="text-[#b552af] bg-[#b552af]"
/* SCSS */
$brand: #b552af;
/* SwiftUI */
Color(red: 0.710, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#b552af")Accessibility — WCAG contrast
Aa
#b552af on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b552af on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow3.3%
Key (black)29.0%
Color previews
#b552af text on a black background
contrast 4.79:1
Card sample
#b552af text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b552af;
Background color
Panel with #b552af background
background-color: #b552af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b552af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b552af; background: linear-gradient(135deg, #b552af, #B5526D);