#ba5e9b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 94, 155
HSL
320°, 40%, 55%
CMYK
0, 50, 17, 27
Luminance
0.2081
Every format
| HEX | #ba5e9b |
| RGB | rgb(186, 94, 155) |
| HSL | hsl(320, 40%, 55%) |
| CMYK | cmyk(0%, 50%, 17%, 27%) |
| LAB | lab(52.7 44.8 -16.4) |
| LCH | lch(52.7 47.7 339.9) |
| OKLCH | oklch(0.611 0.139 341.7) |
Copy-ready code
/* CSS */
color: #ba5e9b;
background-color: #ba5e9b;
/* Tailwind (arbitrary) */
class="text-[#ba5e9b] bg-[#ba5e9b]"
/* SCSS */
$brand: #ba5e9b;
/* SwiftUI */
Color(red: 0.729, green: 0.369, blue: 0.608)
/* Android */
Color.parseColor("#ba5e9b")Accessibility — WCAG contrast
Aa
#ba5e9b on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5e9b on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow16.7%
Key (black)27.1%
Color previews
#ba5e9b text on a black background
contrast 5.16:1
Card sample
#ba5e9b text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5e9b;
Background color
Panel with #ba5e9b background
background-color: #ba5e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 94, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 94, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5e9b; background: linear-gradient(135deg, #ba5e9b, #BA5E5E);