#ba94af
a light, soft magenta / pink · warm · closest name: plum
RGB
186, 148, 175
HSL
317°, 22%, 66%
CMYK
0, 20, 6, 27
Luminance
0.3471
Every format
| HEX | #ba94af |
| RGB | rgb(186, 148, 175) |
| HSL | hsl(317, 22%, 66%) |
| CMYK | cmyk(0%, 20%, 6%, 27%) |
| LAB | lab(65.5 18.8 -8.7) |
| LCH | lch(65.5 20.7 335.3) |
| OKLCH | oklch(0.710 0.058 336.9) |
Copy-ready code
/* CSS */
color: #ba94af;
background-color: #ba94af;
/* Tailwind (arbitrary) */
class="text-[#ba94af] bg-[#ba94af]"
/* SCSS */
$brand: #ba94af;
/* SwiftUI */
Color(red: 0.729, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#ba94af")Accessibility — WCAG contrast
Aa
#ba94af on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba94af on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow5.9%
Key (black)27.1%
Color previews
#ba94af text on a black background
contrast 7.94:1
Card sample
#ba94af text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba94af;
Background color
Panel with #ba94af background
background-color: #ba94af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba94af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba94af; background: linear-gradient(135deg, #ba94af, #BA9496);