#ba54ae
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 84, 174
HSL
307°, 43%, 53%
CMYK
0, 55, 7, 27
Luminance
0.1984
Every format
| HEX | #ba54ae |
| RGB | rgb(186, 84, 174) |
| HSL | hsl(307, 43%, 53%) |
| CMYK | cmyk(0%, 55%, 7%, 27%) |
| LAB | lab(51.6 52.8 -29.2) |
| LCH | lch(51.6 60.3 331.0) |
| OKLCH | oklch(0.605 0.171 332.2) |
Copy-ready code
/* CSS */
color: #ba54ae;
background-color: #ba54ae;
/* Tailwind (arbitrary) */
class="text-[#ba54ae] bg-[#ba54ae]"
/* SCSS */
$brand: #ba54ae;
/* SwiftUI */
Color(red: 0.729, green: 0.329, blue: 0.682)
/* Android */
Color.parseColor("#ba54ae")Accessibility — WCAG contrast
Aa
#ba54ae on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba54ae on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow6.5%
Key (black)27.1%
Color previews
#ba54ae text on a black background
contrast 4.97:1
Card sample
#ba54ae text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba54ae;
Background color
Panel with #ba54ae background
background-color: #ba54ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba54ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 84, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 84, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba54ae; background: linear-gradient(135deg, #ba54ae, #BA546A);