#b652af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 82, 175
HSL
304°, 41%, 52%
CMYK
0, 55, 4, 29
Luminance
0.1907
Every format
| HEX | #b652af |
| RGB | rgb(182, 82, 175) |
| HSL | hsl(304, 41%, 52%) |
| CMYK | cmyk(0%, 55%, 4%, 29%) |
| LAB | lab(50.8 52.8 -31.2) |
| LCH | lch(50.8 61.3 329.4) |
| OKLCH | oklch(0.598 0.172 330.2) |
Copy-ready code
/* CSS */
color: #b652af;
background-color: #b652af;
/* Tailwind (arbitrary) */
class="text-[#b652af] bg-[#b652af]"
/* SCSS */
$brand: #b652af;
/* SwiftUI */
Color(red: 0.714, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#b652af")Accessibility — WCAG contrast
Aa
#b652af on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b652af on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow3.8%
Key (black)28.6%
Color previews
#b652af text on a black background
contrast 4.81:1
Card sample
#b652af text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b652af;
Background color
Panel with #b652af background
background-color: #b652af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b652af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b652af; background: linear-gradient(135deg, #b652af, #B6526C);