#ba89ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 137, 172
HSL
317°, 26%, 63%
CMYK
0, 26, 8, 27
Luminance
0.3131
Every format
| HEX | #ba89ac |
| RGB | rgb(186, 137, 172) |
| HSL | hsl(317, 26%, 63%) |
| CMYK | cmyk(0%, 26%, 8%, 27%) |
| LAB | lab(62.8 24.4 -11.1) |
| LCH | lch(62.8 26.8 335.6) |
| OKLCH | oklch(0.689 0.076 337.2) |
Copy-ready code
/* CSS */
color: #ba89ac;
background-color: #ba89ac;
/* Tailwind (arbitrary) */
class="text-[#ba89ac] bg-[#ba89ac]"
/* SCSS */
$brand: #ba89ac;
/* SwiftUI */
Color(red: 0.729, green: 0.537, blue: 0.675)
/* Android */
Color.parseColor("#ba89ac")Accessibility — WCAG contrast
Aa
#ba89ac on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba89ac on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow7.5%
Key (black)27.1%
Color previews
#ba89ac text on a black background
contrast 7.26:1
Card sample
#ba89ac text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba89ac;
Background color
Panel with #ba89ac background
background-color: #ba89ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba89ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 137, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 137, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba89ac; background: linear-gradient(135deg, #ba89ac, #BA898B);