#ba8db2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 141, 178
HSL
311°, 25%, 64%
CMYK
0, 24, 4, 27
Luminance
0.3270
Every format
| HEX | #ba8db2 |
| RGB | rgb(186, 141, 178) |
| HSL | hsl(311, 25%, 64%) |
| CMYK | cmyk(0%, 24%, 4%, 27%) |
| LAB | lab(63.9 23.2 -12.7) |
| LCH | lch(63.9 26.5 331.3) |
| OKLCH | oklch(0.698 0.074 332.6) |
Copy-ready code
/* CSS */
color: #ba8db2;
background-color: #ba8db2;
/* Tailwind (arbitrary) */
class="text-[#ba8db2] bg-[#ba8db2]"
/* SCSS */
$brand: #ba8db2;
/* SwiftUI */
Color(red: 0.729, green: 0.553, blue: 0.698)
/* Android */
Color.parseColor("#ba8db2")Accessibility — WCAG contrast
Aa
#ba8db2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8db2 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow4.3%
Key (black)27.1%
Color previews
#ba8db2 text on a black background
contrast 7.54:1
Card sample
#ba8db2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8db2;
Background color
Panel with #ba8db2 background
background-color: #ba8db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 141, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 141, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8db2; background: linear-gradient(135deg, #ba8db2, #BA8D94);