#ba487a
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 72, 122
HSL
334°, 45%, 51%
CMYK
0, 61, 34, 27
Luminance
0.1648
Every format
| HEX | #ba487a |
| RGB | rgb(186, 72, 122) |
| HSL | hsl(334, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 34%, 27%) |
| LAB | lab(47.6 50.8 -4.4) |
| LCH | lch(47.6 51.0 355.0) |
| OKLCH | oklch(0.569 0.155 355.9) |
Copy-ready code
/* CSS */
color: #ba487a;
background-color: #ba487a;
/* Tailwind (arbitrary) */
class="text-[#ba487a] bg-[#ba487a]"
/* SCSS */
$brand: #ba487a;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.478)
/* Android */
Color.parseColor("#ba487a")Accessibility — WCAG contrast
Aa
#ba487a on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba487a on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow34.4%
Key (black)27.1%
Color previews
#ba487a text on a black background
contrast 4.30:1
Card sample
#ba487a text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba487a;
Background color
Panel with #ba487a background
background-color: #ba487a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba487a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba487a; background: linear-gradient(135deg, #ba487a, #BA6248);