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