#b0718f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 113, 143
HSL
331°, 29%, 57%
CMYK
0, 36, 19, 31
Luminance
0.2302
Every format
| HEX | #b0718f |
| RGB | rgb(176, 113, 143) |
| HSL | hsl(331, 29%, 57%) |
| CMYK | cmyk(0%, 36%, 19%, 31%) |
| LAB | lab(55.1 29.3 -6.0) |
| LCH | lch(55.1 29.9 348.5) |
| OKLCH | oklch(0.624 0.088 349.9) |
Copy-ready code
/* CSS */
color: #b0718f;
background-color: #b0718f;
/* Tailwind (arbitrary) */
class="text-[#b0718f] bg-[#b0718f]"
/* SCSS */
$brand: #b0718f;
/* SwiftUI */
Color(red: 0.690, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#b0718f")Accessibility — WCAG contrast
Aa
#b0718f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b0718f on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow18.7%
Key (black)31.0%
Color previews
#b0718f text on a black background
contrast 5.60:1
Card sample
#b0718f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0718f;
Background color
Panel with #b0718f background
background-color: #b0718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0718f; background: linear-gradient(135deg, #b0718f, #B07D71);