#ba397f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 57, 127
HSL
327°, 53%, 48%
CMYK
0, 69, 32, 27
Luminance
0.1490
Every format
| HEX | #ba397f |
| RGB | rgb(186, 57, 127) |
| HSL | hsl(327, 53%, 48%) |
| CMYK | cmyk(0%, 69%, 32%, 27%) |
| LAB | lab(45.5 57.6 -10.6) |
| LCH | lch(45.5 58.6 349.6) |
| OKLCH | oklch(0.554 0.178 351.1) |
Copy-ready code
/* CSS */
color: #ba397f;
background-color: #ba397f;
/* Tailwind (arbitrary) */
class="text-[#ba397f] bg-[#ba397f]"
/* SCSS */
$brand: #ba397f;
/* SwiftUI */
Color(red: 0.729, green: 0.224, blue: 0.498)
/* Android */
Color.parseColor("#ba397f")Accessibility — WCAG contrast
Aa
#ba397f on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba397f on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow31.7%
Key (black)27.1%
Color previews
#ba397f text on a black background
contrast 3.98:1
Card sample
#ba397f text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba397f;
Background color
Panel with #ba397f background
background-color: #ba397f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba397f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 57, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 57, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba397f; background: linear-gradient(135deg, #ba397f, #BA4939);