#ba8dac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 141, 172
HSL
319°, 25%, 64%
CMYK
0, 24, 8, 27
Luminance
0.3247
Every format
| HEX | #ba8dac |
| RGB | rgb(186, 141, 172) |
| HSL | hsl(319, 25%, 64%) |
| CMYK | cmyk(0%, 24%, 8%, 27%) |
| LAB | lab(63.7 22.1 -9.6) |
| LCH | lch(63.7 24.2 336.5) |
| OKLCH | oklch(0.696 0.069 338.1) |
Copy-ready code
/* CSS */
color: #ba8dac;
background-color: #ba8dac;
/* Tailwind (arbitrary) */
class="text-[#ba8dac] bg-[#ba8dac]"
/* SCSS */
$brand: #ba8dac;
/* SwiftUI */
Color(red: 0.729, green: 0.553, blue: 0.675)
/* Android */
Color.parseColor("#ba8dac")Accessibility — WCAG contrast
Aa
#ba8dac on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8dac on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow7.5%
Key (black)27.1%
Color previews
#ba8dac text on a black background
contrast 7.49:1
Card sample
#ba8dac text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8dac;
Background color
Panel with #ba8dac background
background-color: #ba8dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 141, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 141, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8dac; background: linear-gradient(135deg, #ba8dac, #BA8D8E);