#ba50ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 80, 172
HSL
308°, 43%, 52%
CMYK
0, 57, 8, 27
Luminance
0.1915
Every format
| HEX | #ba50ac |
| RGB | rgb(186, 80, 172) |
| HSL | hsl(308, 43%, 52%) |
| CMYK | cmyk(0%, 57%, 8%, 27%) |
| LAB | lab(50.9 54.3 -29.3) |
| LCH | lch(50.9 61.7 331.7) |
| OKLCH | oklch(0.599 0.175 332.9) |
Copy-ready code
/* CSS */
color: #ba50ac;
background-color: #ba50ac;
/* Tailwind (arbitrary) */
class="text-[#ba50ac] bg-[#ba50ac]"
/* SCSS */
$brand: #ba50ac;
/* SwiftUI */
Color(red: 0.729, green: 0.314, blue: 0.675)
/* Android */
Color.parseColor("#ba50ac")Accessibility — WCAG contrast
Aa
#ba50ac on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba50ac on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow7.5%
Key (black)27.1%
Color previews
#ba50ac text on a black background
contrast 4.83:1
Card sample
#ba50ac text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba50ac;
Background color
Panel with #ba50ac background
background-color: #ba50ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba50ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 80, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 80, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba50ac; background: linear-gradient(135deg, #ba50ac, #BA5066);