#ba8baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 139, 175
HSL
314°, 25%, 64%
CMYK
0, 25, 6, 27
Luminance
0.3200
Every format
| HEX | #ba8baf |
| RGB | rgb(186, 139, 175) |
| HSL | hsl(314, 25%, 64%) |
| CMYK | cmyk(0%, 25%, 6%, 27%) |
| LAB | lab(63.3 23.8 -11.9) |
| LCH | lch(63.3 26.6 333.4) |
| OKLCH | oklch(0.693 0.075 334.9) |
Copy-ready code
/* CSS */
color: #ba8baf;
background-color: #ba8baf;
/* Tailwind (arbitrary) */
class="text-[#ba8baf] bg-[#ba8baf]"
/* SCSS */
$brand: #ba8baf;
/* SwiftUI */
Color(red: 0.729, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#ba8baf")Accessibility — WCAG contrast
Aa
#ba8baf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8baf on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow5.9%
Key (black)27.1%
Color previews
#ba8baf text on a black background
contrast 7.40:1
Card sample
#ba8baf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8baf;
Background color
Panel with #ba8baf background
background-color: #ba8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8baf; background: linear-gradient(135deg, #ba8baf, #BA8B90);