#ba488c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 72, 140
HSL
324°, 45%, 51%
CMYK
0, 61, 25, 27
Luminance
0.1697
Every format
| HEX | #ba488c |
| RGB | rgb(186, 72, 140) |
| HSL | hsl(324, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 25%, 27%) |
| LAB | lab(48.2 53.1 -14.4) |
| LCH | lch(48.2 55.0 344.9) |
| OKLCH | oklch(0.575 0.165 346.7) |
Copy-ready code
/* CSS */
color: #ba488c;
background-color: #ba488c;
/* Tailwind (arbitrary) */
class="text-[#ba488c] bg-[#ba488c]"
/* SCSS */
$brand: #ba488c;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.549)
/* Android */
Color.parseColor("#ba488c")Accessibility — WCAG contrast
Aa
#ba488c on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba488c on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow24.7%
Key (black)27.1%
Color previews
#ba488c text on a black background
contrast 4.39:1
Card sample
#ba488c text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba488c;
Background color
Panel with #ba488c background
background-color: #ba488c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba488c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba488c; background: linear-gradient(135deg, #ba488c, #BA5048);