#b2529f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 82, 159
HSL
312°, 38%, 51%
CMYK
0, 54, 11, 30
Luminance
0.1800
Every format
| HEX | #b2529f |
| RGB | rgb(178, 82, 159) |
| HSL | hsl(312, 38%, 51%) |
| CMYK | cmyk(0%, 54%, 11%, 30%) |
| LAB | lab(49.5 48.9 -23.8) |
| LCH | lch(49.5 54.4 334.0) |
| OKLCH | oklch(0.585 0.156 335.6) |
Copy-ready code
/* CSS */
color: #b2529f;
background-color: #b2529f;
/* Tailwind (arbitrary) */
class="text-[#b2529f] bg-[#b2529f]"
/* SCSS */
$brand: #b2529f;
/* SwiftUI */
Color(red: 0.698, green: 0.322, blue: 0.624)
/* Android */
Color.parseColor("#b2529f")Accessibility — WCAG contrast
Aa
#b2529f on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b2529f on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green32.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow10.7%
Key (black)30.2%
Color previews
#b2529f text on a black background
contrast 4.60:1
Card sample
#b2529f text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2529f;
Background color
Panel with #b2529f background
background-color: #b2529f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2529f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 82, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 82, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2529f; background: linear-gradient(135deg, #b2529f, #B2525F);