#ba9eb1
a light, soft magenta / pink · warm · closest name: silver
RGB
186, 158, 177
HSL
319°, 17%, 68%
CMYK
0, 15, 5, 27
Luminance
0.3807
Every format
| HEX | #ba9eb1 |
| RGB | rgb(186, 158, 177) |
| HSL | hsl(319, 17%, 68%) |
| CMYK | cmyk(0%, 15%, 5%, 27%) |
| LAB | lab(68.1 13.6 -6.0) |
| LCH | lch(68.1 14.9 336.2) |
| OKLCH | oklch(0.730 0.042 337.9) |
Copy-ready code
/* CSS */
color: #ba9eb1;
background-color: #ba9eb1;
/* Tailwind (arbitrary) */
class="text-[#ba9eb1] bg-[#ba9eb1]"
/* SCSS */
$brand: #ba9eb1;
/* SwiftUI */
Color(red: 0.729, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#ba9eb1")Accessibility — WCAG contrast
Aa
#ba9eb1 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9eb1 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow4.8%
Key (black)27.1%
Color previews
#ba9eb1 text on a black background
contrast 8.61:1
Card sample
#ba9eb1 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9eb1;
Background color
Panel with #ba9eb1 background
background-color: #ba9eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9eb1; background: linear-gradient(135deg, #ba9eb1, #BA9E9E);