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