#ba489f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 72, 159
HSL
314°, 45%, 51%
CMYK
0, 61, 15, 27
Luminance
0.1758
Every format
| HEX | #ba489f |
| RGB | rgb(186, 72, 159) |
| HSL | hsl(314, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 15%, 27%) |
| LAB | lab(49.0 55.8 -24.5) |
| LCH | lch(49.0 61.0 336.3) |
| OKLCH | oklch(0.583 0.177 338.0) |
Copy-ready code
/* CSS */
color: #ba489f;
background-color: #ba489f;
/* Tailwind (arbitrary) */
class="text-[#ba489f] bg-[#ba489f]"
/* SCSS */
$brand: #ba489f;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.624)
/* Android */
Color.parseColor("#ba489f")Accessibility — WCAG contrast
Aa
#ba489f on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba489f on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow14.5%
Key (black)27.1%
Color previews
#ba489f text on a black background
contrast 4.52:1
Card sample
#ba489f text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba489f;
Background color
Panel with #ba489f background
background-color: #ba489f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba489f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba489f; background: linear-gradient(135deg, #ba489f, #BA4853);