#b4698f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
180, 105, 143
HSL
330°, 33%, 56%
CMYK
0, 42, 21, 29
Luminance
0.2179
Every format
| HEX | #b4698f |
| RGB | rgb(180, 105, 143) |
| HSL | hsl(330, 33%, 56%) |
| CMYK | cmyk(0%, 42%, 21%, 29%) |
| LAB | lab(53.8 35.1 -7.8) |
| LCH | lch(53.8 35.9 347.4) |
| OKLCH | oklch(0.616 0.107 349.0) |
Copy-ready code
/* CSS */
color: #b4698f;
background-color: #b4698f;
/* Tailwind (arbitrary) */
class="text-[#b4698f] bg-[#b4698f]"
/* SCSS */
$brand: #b4698f;
/* SwiftUI */
Color(red: 0.706, green: 0.412, blue: 0.561)
/* Android */
Color.parseColor("#b4698f")Accessibility — WCAG contrast
Aa
#b4698f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4698f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow20.6%
Key (black)29.4%
Color previews
#b4698f text on a black background
contrast 5.36:1
Card sample
#b4698f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4698f;
Background color
Panel with #b4698f background
background-color: #b4698f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4698f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 105, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 105, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4698f; background: linear-gradient(135deg, #b4698f, #B47569);