#bd98ac
a light, soft magenta / pink · warm · closest name: pink
RGB
189, 152, 172
HSL
328°, 22%, 67%
CMYK
0, 20, 9, 26
Luminance
0.3625
Every format
| HEX | #bd98ac |
| RGB | rgb(189, 152, 172) |
| HSL | hsl(328, 22%, 67%) |
| CMYK | cmyk(0%, 20%, 9%, 26%) |
| LAB | lab(66.7 17.1 -5.2) |
| LCH | lch(66.7 17.9 343.2) |
| OKLCH | oklch(0.720 0.052 344.8) |
Copy-ready code
/* CSS */
color: #bd98ac;
background-color: #bd98ac;
/* Tailwind (arbitrary) */
class="text-[#bd98ac] bg-[#bd98ac]"
/* SCSS */
$brand: #bd98ac;
/* SwiftUI */
Color(red: 0.741, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#bd98ac")Accessibility — WCAG contrast
Aa
#bd98ac on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd98ac on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green59.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow9.0%
Key (black)25.9%
Color previews
#bd98ac text on a black background
contrast 8.25:1
Card sample
#bd98ac text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd98ac;
Background color
Panel with #bd98ac background
background-color: #bd98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd98ac; background: linear-gradient(135deg, #bd98ac, #BD9D98);