#ba92af
a light, soft magenta / pink · warm · closest name: plum
RGB
186, 146, 175
HSL
317°, 23%, 65%
CMYK
0, 22, 6, 27
Luminance
0.3409
Every format
| HEX | #ba92af |
| RGB | rgb(186, 146, 175) |
| HSL | hsl(317, 23%, 65%) |
| CMYK | cmyk(0%, 22%, 6%, 27%) |
| LAB | lab(65.0 19.9 -9.4) |
| LCH | lch(65.0 22.0 334.8) |
| OKLCH | oklch(0.706 0.062 336.3) |
Copy-ready code
/* CSS */
color: #ba92af;
background-color: #ba92af;
/* Tailwind (arbitrary) */
class="text-[#ba92af] bg-[#ba92af]"
/* SCSS */
$brand: #ba92af;
/* SwiftUI */
Color(red: 0.729, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#ba92af")Accessibility — WCAG contrast
Aa
#ba92af on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba92af on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow5.9%
Key (black)27.1%
Color previews
#ba92af text on a black background
contrast 7.82:1
Card sample
#ba92af text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba92af;
Background color
Panel with #ba92af background
background-color: #ba92af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba92af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba92af; background: linear-gradient(135deg, #ba92af, #BA9294);