#b76088
a balanced, soft magenta / pink · warm · closest name: plum
RGB
183, 96, 136
HSL
332°, 38%, 55%
CMYK
0, 48, 26, 28
Luminance
0.2021
Every format
| HEX | #b76088 |
| RGB | rgb(183, 96, 136) |
| HSL | hsl(332, 38%, 55%) |
| CMYK | cmyk(0%, 48%, 26%, 28%) |
| LAB | lab(52.1 39.9 -6.2) |
| LCH | lch(52.1 40.4 351.1) |
| OKLCH | oklch(0.603 0.121 352.4) |
Copy-ready code
/* CSS */
color: #b76088;
background-color: #b76088;
/* Tailwind (arbitrary) */
class="text-[#b76088] bg-[#b76088]"
/* SCSS */
$brand: #b76088;
/* SwiftUI */
Color(red: 0.718, green: 0.376, blue: 0.533)
/* Android */
Color.parseColor("#b76088")Accessibility — WCAG contrast
Aa
#b76088 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76088 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow25.7%
Key (black)28.2%
Color previews
#b76088 text on a black background
contrast 5.04:1
Card sample
#b76088 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76088;
Background color
Panel with #b76088 background
background-color: #b76088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 96, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 96, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76088; background: linear-gradient(135deg, #b76088, #B77260);