#ba5eb9
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 94, 185
HSL
301°, 40%, 55%
CMYK
0, 50, 1, 27
Luminance
0.2195
Every format
| HEX | #ba5eb9 |
| RGB | rgb(186, 94, 185) |
| HSL | hsl(301, 40%, 55%) |
| CMYK | cmyk(0%, 50%, 1%, 27%) |
| LAB | lab(54.0 49.9 -32.0) |
| LCH | lch(54.0 59.2 327.3) |
| OKLCH | oklch(0.624 0.164 327.7) |
Copy-ready code
/* CSS */
color: #ba5eb9;
background-color: #ba5eb9;
/* Tailwind (arbitrary) */
class="text-[#ba5eb9] bg-[#ba5eb9]"
/* SCSS */
$brand: #ba5eb9;
/* SwiftUI */
Color(red: 0.729, green: 0.369, blue: 0.725)
/* Android */
Color.parseColor("#ba5eb9")Accessibility — WCAG contrast
Aa
#ba5eb9 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5eb9 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.9%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow0.5%
Key (black)27.1%
Color previews
#ba5eb9 text on a black background
contrast 5.39:1
Card sample
#ba5eb9 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5eb9;
Background color
Panel with #ba5eb9 background
background-color: #ba5eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 94, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 94, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5eb9; background: linear-gradient(135deg, #ba5eb9, #BA5E7C);