#b752af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 82, 175
HSL
305°, 41%, 52%
CMYK
0, 55, 4, 28
Luminance
0.1920
Every format
| HEX | #b752af |
| RGB | rgb(183, 82, 175) |
| HSL | hsl(305, 41%, 52%) |
| CMYK | cmyk(0%, 55%, 4%, 28%) |
| LAB | lab(50.9 53.1 -31.0) |
| LCH | lch(50.9 61.4 329.7) |
| OKLCH | oklch(0.599 0.173 330.6) |
Copy-ready code
/* CSS */
color: #b752af;
background-color: #b752af;
/* Tailwind (arbitrary) */
class="text-[#b752af] bg-[#b752af]"
/* SCSS */
$brand: #b752af;
/* SwiftUI */
Color(red: 0.718, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#b752af")Accessibility — WCAG contrast
Aa
#b752af on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b752af on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow4.4%
Key (black)28.2%
Color previews
#b752af text on a black background
contrast 4.84:1
Card sample
#b752af text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b752af;
Background color
Panel with #b752af background
background-color: #b752af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b752af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b752af; background: linear-gradient(135deg, #b752af, #B7526C);