#ba79ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 121, 172
HSL
313°, 32%, 60%
CMYK
0, 35, 8, 27
Luminance
0.2709
Every format
| HEX | #ba79ac |
| RGB | rgb(186, 121, 172) |
| HSL | hsl(313, 32%, 60%) |
| CMYK | cmyk(0%, 35%, 8%, 27%) |
| LAB | lab(59.1 33.2 -16.7) |
| LCH | lch(59.1 37.2 333.4) |
| OKLCH | oklch(0.660 0.105 334.9) |
Copy-ready code
/* CSS */
color: #ba79ac;
background-color: #ba79ac;
/* Tailwind (arbitrary) */
class="text-[#ba79ac] bg-[#ba79ac]"
/* SCSS */
$brand: #ba79ac;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.675)
/* Android */
Color.parseColor("#ba79ac")Accessibility — WCAG contrast
Aa
#ba79ac on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba79ac on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow7.5%
Key (black)27.1%
Color previews
#ba79ac text on a black background
contrast 6.42:1
Card sample
#ba79ac text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba79ac;
Background color
Panel with #ba79ac background
background-color: #ba79ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba79ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba79ac; background: linear-gradient(135deg, #ba79ac, #BA7981);