#b4697f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
180, 105, 127
HSL
342°, 33%, 56%
CMYK
0, 42, 29, 29
Luminance
0.2134
Every format
| HEX | #b4697f |
| RGB | rgb(180, 105, 127) |
| HSL | hsl(342, 33%, 56%) |
| CMYK | cmyk(0%, 42%, 29%, 29%) |
| LAB | lab(53.3 32.7 0.9) |
| LCH | lch(53.3 32.7 1.5) |
| OKLCH | oklch(0.610 0.099 1.6) |
Copy-ready code
/* CSS */
color: #b4697f;
background-color: #b4697f;
/* Tailwind (arbitrary) */
class="text-[#b4697f] bg-[#b4697f]"
/* SCSS */
$brand: #b4697f;
/* SwiftUI */
Color(red: 0.706, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#b4697f")Accessibility — WCAG contrast
Aa
#b4697f on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4697f on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow29.4%
Key (black)29.4%
Color previews
#b4697f text on a black background
contrast 5.27:1
Card sample
#b4697f text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4697f;
Background color
Panel with #b4697f background
background-color: #b4697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4697f; background: linear-gradient(135deg, #b4697f, #B48569);