#b0496e
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
176, 73, 110
HSL
338°, 41%, 49%
CMYK
0, 59, 38, 31
Luminance
0.1512
Every format
| HEX | #b0496e |
| RGB | rgb(176, 73, 110) |
| HSL | hsl(338, 41%, 49%) |
| CMYK | cmyk(0%, 59%, 38%, 31%) |
| LAB | lab(45.8 45.6 0.0) |
| LCH | lch(45.8 45.6 0.0) |
| OKLCH | oklch(0.551 0.139 0.3) |
Copy-ready code
/* CSS */
color: #b0496e;
background-color: #b0496e;
/* Tailwind (arbitrary) */
class="text-[#b0496e] bg-[#b0496e]"
/* SCSS */
$brand: #b0496e;
/* SwiftUI */
Color(red: 0.690, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#b0496e")Accessibility — WCAG contrast
Aa
#b0496e on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b0496e on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow37.5%
Key (black)31.0%
Color previews
#b0496e text on a black background
contrast 4.02:1
Card sample
#b0496e text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0496e;
Background color
Panel with #b0496e background
background-color: #b0496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0496e; background: linear-gradient(135deg, #b0496e, #B06949);