#ba5f9b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 95, 155
HSL
320°, 40%, 55%
CMYK
0, 49, 17, 27
Luminance
0.2099
Every format
| HEX | #ba5f9b |
| RGB | rgb(186, 95, 155) |
| HSL | hsl(320, 40%, 55%) |
| CMYK | cmyk(0%, 49%, 17%, 27%) |
| LAB | lab(52.9 44.3 -16.1) |
| LCH | lch(52.9 47.1 340.0) |
| OKLCH | oklch(0.612 0.138 341.8) |
Copy-ready code
/* CSS */
color: #ba5f9b;
background-color: #ba5f9b;
/* Tailwind (arbitrary) */
class="text-[#ba5f9b] bg-[#ba5f9b]"
/* SCSS */
$brand: #ba5f9b;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.608)
/* Android */
Color.parseColor("#ba5f9b")Accessibility — WCAG contrast
Aa
#ba5f9b on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5f9b on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow16.7%
Key (black)27.1%
Color previews
#ba5f9b text on a black background
contrast 5.20:1
Card sample
#ba5f9b text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5f9b;
Background color
Panel with #ba5f9b background
background-color: #ba5f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5f9b; background: linear-gradient(135deg, #ba5f9b, #BA605F);