#ba3e9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 62, 155
HSL
315°, 50%, 49%
CMYK
0, 67, 17, 27
Luminance
0.1625
Every format
| HEX | #ba3e9b |
| RGB | rgb(186, 62, 155) |
| HSL | hsl(315, 50%, 49%) |
| CMYK | cmyk(0%, 67%, 17%, 27%) |
| LAB | lab(47.3 59.4 -24.8) |
| LCH | lch(47.3 64.3 337.4) |
| OKLCH | oklch(0.571 0.188 339.2) |
Copy-ready code
/* CSS */
color: #ba3e9b;
background-color: #ba3e9b;
/* Tailwind (arbitrary) */
class="text-[#ba3e9b] bg-[#ba3e9b]"
/* SCSS */
$brand: #ba3e9b;
/* SwiftUI */
Color(red: 0.729, green: 0.243, blue: 0.608)
/* Android */
Color.parseColor("#ba3e9b")Accessibility — WCAG contrast
Aa
#ba3e9b on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3e9b on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow16.7%
Key (black)27.1%
Color previews
#ba3e9b text on a black background
contrast 4.25:1
Card sample
#ba3e9b text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3e9b;
Background color
Panel with #ba3e9b background
background-color: #ba3e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 62, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 62, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3e9b; background: linear-gradient(135deg, #ba3e9b, #BA3E48);