#b65a7f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 90, 127
HSL
336°, 39%, 53%
CMYK
0, 51, 30, 29
Luminance
0.1879
Every format
| HEX | #b65a7f |
| RGB | rgb(182, 90, 127) |
| HSL | hsl(336, 39%, 53%) |
| CMYK | cmyk(0%, 51%, 30%, 29%) |
| LAB | lab(50.4 41.4 -3.3) |
| LCH | lch(50.4 41.5 355.4) |
| OKLCH | oklch(0.589 0.126 356.3) |
Copy-ready code
/* CSS */
color: #b65a7f;
background-color: #b65a7f;
/* Tailwind (arbitrary) */
class="text-[#b65a7f] bg-[#b65a7f]"
/* SCSS */
$brand: #b65a7f;
/* SwiftUI */
Color(red: 0.714, green: 0.353, blue: 0.498)
/* Android */
Color.parseColor("#b65a7f")Accessibility — WCAG contrast
Aa
#b65a7f on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65a7f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green35.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow30.2%
Key (black)28.6%
Color previews
#b65a7f text on a black background
contrast 4.76:1
Card sample
#b65a7f text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65a7f;
Background color
Panel with #b65a7f background
background-color: #b65a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 90, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 90, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65a7f; background: linear-gradient(135deg, #b65a7f, #B6725A);