#ba5eb7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 94, 183
HSL
302°, 40%, 55%
CMYK
0, 50, 2, 27
Luminance
0.2186
Every format
| HEX | #ba5eb7 |
| RGB | rgb(186, 94, 183) |
| HSL | hsl(302, 40%, 55%) |
| CMYK | cmyk(0%, 50%, 2%, 27%) |
| LAB | lab(53.9 49.5 -31.0) |
| LCH | lch(53.9 58.4 328.0) |
| OKLCH | oklch(0.623 0.162 328.5) |
Copy-ready code
/* CSS */
color: #ba5eb7;
background-color: #ba5eb7;
/* Tailwind (arbitrary) */
class="text-[#ba5eb7] bg-[#ba5eb7]"
/* SCSS */
$brand: #ba5eb7;
/* SwiftUI */
Color(red: 0.729, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#ba5eb7")Accessibility — WCAG contrast
Aa
#ba5eb7 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5eb7 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow1.6%
Key (black)27.1%
Color previews
#ba5eb7 text on a black background
contrast 5.37:1
Card sample
#ba5eb7 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5eb7;
Background color
Panel with #ba5eb7 background
background-color: #ba5eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5eb7; background: linear-gradient(135deg, #ba5eb7, #BA5E7A);