#ba5eb1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 94, 177
HSL
306°, 40%, 55%
CMYK
0, 50, 5, 27
Luminance
0.2162
Every format
| HEX | #ba5eb1 |
| RGB | rgb(186, 94, 177) |
| HSL | hsl(306, 40%, 55%) |
| CMYK | cmyk(0%, 50%, 5%, 27%) |
| LAB | lab(53.6 48.4 -27.9) |
| LCH | lch(53.6 55.9 330.0) |
| OKLCH | oklch(0.620 0.157 331.0) |
Copy-ready code
/* CSS */
color: #ba5eb1;
background-color: #ba5eb1;
/* Tailwind (arbitrary) */
class="text-[#ba5eb1] bg-[#ba5eb1]"
/* SCSS */
$brand: #ba5eb1;
/* SwiftUI */
Color(red: 0.729, green: 0.369, blue: 0.694)
/* Android */
Color.parseColor("#ba5eb1")Accessibility — WCAG contrast
Aa
#ba5eb1 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5eb1 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow4.8%
Key (black)27.1%
Color previews
#ba5eb1 text on a black background
contrast 5.32:1
Card sample
#ba5eb1 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5eb1;
Background color
Panel with #ba5eb1 background
background-color: #ba5eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 94, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 94, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5eb1; background: linear-gradient(135deg, #ba5eb1, #BA5E74);