#b07191
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 113, 145
HSL
330°, 29%, 57%
CMYK
0, 36, 18, 31
Luminance
0.2308
Every format
| HEX | #b07191 |
| RGB | rgb(176, 113, 145) |
| HSL | hsl(330, 29%, 57%) |
| CMYK | cmyk(0%, 36%, 18%, 31%) |
| LAB | lab(55.2 29.6 -7.0) |
| LCH | lch(55.2 30.4 346.6) |
| OKLCH | oklch(0.625 0.090 348.2) |
Copy-ready code
/* CSS */
color: #b07191;
background-color: #b07191;
/* Tailwind (arbitrary) */
class="text-[#b07191] bg-[#b07191]"
/* SCSS */
$brand: #b07191;
/* SwiftUI */
Color(red: 0.690, green: 0.443, blue: 0.569)
/* Android */
Color.parseColor("#b07191")Accessibility — WCAG contrast
Aa
#b07191 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07191 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.3%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow17.6%
Key (black)31.0%
Color previews
#b07191 text on a black background
contrast 5.62:1
Card sample
#b07191 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07191;
Background color
Panel with #b07191 background
background-color: #b07191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 113, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 113, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07191; background: linear-gradient(135deg, #b07191, #B07B71);