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