#b07197
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 113, 151
HSL
324°, 29%, 57%
CMYK
0, 36, 14, 31
Luminance
0.2327
Every format
| HEX | #b07197 |
| RGB | rgb(176, 113, 151) |
| HSL | hsl(324, 29%, 57%) |
| CMYK | cmyk(0%, 36%, 14%, 31%) |
| LAB | lab(55.4 30.6 -10.2) |
| LCH | lch(55.4 32.2 341.5) |
| OKLCH | oklch(0.627 0.094 343.2) |
Copy-ready code
/* CSS */
color: #b07197;
background-color: #b07197;
/* Tailwind (arbitrary) */
class="text-[#b07197] bg-[#b07197]"
/* SCSS */
$brand: #b07197;
/* SwiftUI */
Color(red: 0.690, green: 0.443, blue: 0.592)
/* Android */
Color.parseColor("#b07197")Accessibility — WCAG contrast
Aa
#b07197 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07197 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow14.2%
Key (black)31.0%
Color previews
#b07197 text on a black background
contrast 5.65:1
Card sample
#b07197 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07197;
Background color
Panel with #b07197 background
background-color: #b07197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 113, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 113, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07197; background: linear-gradient(135deg, #b07197, #B07571);