#ba9dbf
a light, soft magenta / pink · warm · closest name: plum
RGB
186, 157, 191
HSL
291°, 21%, 68%
CMYK
3, 18, 0, 25
Luminance
0.3831
Every format
| HEX | #ba9dbf |
| RGB | rgb(186, 157, 191) |
| HSL | hsl(291, 21%, 68%) |
| CMYK | cmyk(3%, 18%, 0%, 25%) |
| LAB | lab(68.3 16.8 -13.5) |
| LCH | lch(68.3 21.6 321.2) |
| OKLCH | oklch(0.733 0.058 321.3) |
Copy-ready code
/* CSS */
color: #ba9dbf;
background-color: #ba9dbf;
/* Tailwind (arbitrary) */
class="text-[#ba9dbf] bg-[#ba9dbf]"
/* SCSS */
$brand: #ba9dbf;
/* SwiftUI */
Color(red: 0.729, green: 0.616, blue: 0.749)
/* Android */
Color.parseColor("#ba9dbf")Accessibility — WCAG contrast
Aa
#ba9dbf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9dbf on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.6%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta17.8%
Yellow0.0%
Key (black)25.1%
Color previews
#ba9dbf text on a black background
contrast 8.66:1
Card sample
#ba9dbf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9dbf;
Background color
Panel with #ba9dbf background
background-color: #ba9dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 157, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 157, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9dbf; background: linear-gradient(135deg, #ba9dbf, #BF9DAD);