#ba9cbf
a light, soft magenta / pink · warm · closest name: plum
RGB
186, 156, 191
HSL
291°, 22%, 68%
CMYK
3, 18, 0, 25
Luminance
0.3798
Every format
| HEX | #ba9cbf |
| RGB | rgb(186, 156, 191) |
| HSL | hsl(291, 22%, 68%) |
| CMYK | cmyk(3%, 18%, 0%, 25%) |
| LAB | lab(68.0 17.4 -13.9) |
| LCH | lch(68.0 22.2 321.3) |
| OKLCH | oklch(0.731 0.060 321.5) |
Copy-ready code
/* CSS */
color: #ba9cbf;
background-color: #ba9cbf;
/* Tailwind (arbitrary) */
class="text-[#ba9cbf] bg-[#ba9cbf]"
/* SCSS */
$brand: #ba9cbf;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#ba9cbf")Accessibility — WCAG contrast
Aa
#ba9cbf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9cbf on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta18.3%
Yellow0.0%
Key (black)25.1%
Color previews
#ba9cbf text on a black background
contrast 8.60:1
Card sample
#ba9cbf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9cbf;
Background color
Panel with #ba9cbf background
background-color: #ba9cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9cbf; background: linear-gradient(135deg, #ba9cbf, #BF9CAD);