#bf8eb0
a light, soft magenta / pink · warm · closest name: plum
RGB
191, 142, 176
HSL
318°, 28%, 65%
CMYK
0, 26, 8, 25
Luminance
0.3356
Every format
| HEX | #bf8eb0 |
| RGB | rgb(191, 142, 176) |
| HSL | hsl(318, 28%, 65%) |
| CMYK | cmyk(0%, 26%, 8%, 25%) |
| LAB | lab(64.6 24.1 -10.5) |
| LCH | lch(64.6 26.3 336.4) |
| OKLCH | oklch(0.704 0.075 338.0) |
Copy-ready code
/* CSS */
color: #bf8eb0;
background-color: #bf8eb0;
/* Tailwind (arbitrary) */
class="text-[#bf8eb0] bg-[#bf8eb0]"
/* SCSS */
$brand: #bf8eb0;
/* SwiftUI */
Color(red: 0.749, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#bf8eb0")Accessibility — WCAG contrast
Aa
#bf8eb0 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf8eb0 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow7.9%
Key (black)25.1%
Color previews
#bf8eb0 text on a black background
contrast 7.71:1
Card sample
#bf8eb0 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8eb0;
Background color
Panel with #bf8eb0 background
background-color: #bf8eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8eb0; background: linear-gradient(135deg, #bf8eb0, #BF8E8F);