#ba8697
a balanced, soft magenta / pink · warm · closest name: pink
RGB
186, 134, 151
HSL
340°, 27%, 63%
CMYK
0, 28, 19, 27
Luminance
0.2972
Every format
| HEX | #ba8697 |
| RGB | rgb(186, 134, 151) |
| HSL | hsl(340, 27%, 63%) |
| CMYK | cmyk(0%, 28%, 19%, 27%) |
| LAB | lab(61.4 22.5 -1.1) |
| LCH | lch(61.4 22.5 357.1) |
| OKLCH | oklch(0.676 0.067 357.7) |
Copy-ready code
/* CSS */
color: #ba8697;
background-color: #ba8697;
/* Tailwind (arbitrary) */
class="text-[#ba8697] bg-[#ba8697]"
/* SCSS */
$brand: #ba8697;
/* SwiftUI */
Color(red: 0.729, green: 0.525, blue: 0.592)
/* Android */
Color.parseColor("#ba8697")Accessibility — WCAG contrast
Aa
#ba8697 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8697 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow18.8%
Key (black)27.1%
Color previews
#ba8697 text on a black background
contrast 6.94:1
Card sample
#ba8697 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8697;
Background color
Panel with #ba8697 background
background-color: #ba8697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 134, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 134, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8697; background: linear-gradient(135deg, #ba8697, #BA9886);