#ba899c
a balanced, soft magenta / pink · warm · closest name: pink
RGB
186, 137, 156
HSL
337°, 26%, 63%
CMYK
0, 26, 16, 27
Luminance
0.3073
Every format
| HEX | #ba899c |
| RGB | rgb(186, 137, 156) |
| HSL | hsl(337, 26%, 63%) |
| CMYK | cmyk(0%, 26%, 16%, 27%) |
| LAB | lab(62.3 21.6 -2.7) |
| LCH | lch(62.3 21.8 352.8) |
| OKLCH | oklch(0.683 0.065 353.9) |
Copy-ready code
/* CSS */
color: #ba899c;
background-color: #ba899c;
/* Tailwind (arbitrary) */
class="text-[#ba899c] bg-[#ba899c]"
/* SCSS */
$brand: #ba899c;
/* SwiftUI */
Color(red: 0.729, green: 0.537, blue: 0.612)
/* Android */
Color.parseColor("#ba899c")Accessibility — WCAG contrast
Aa
#ba899c on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba899c on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow16.1%
Key (black)27.1%
Color previews
#ba899c text on a black background
contrast 7.15:1
Card sample
#ba899c text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba899c;
Background color
Panel with #ba899c background
background-color: #ba899c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba899c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 137, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 137, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba899c; background: linear-gradient(135deg, #ba899c, #BA9789);