#bf7eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
191, 126, 179
HSL
311°, 34%, 62%
CMYK
0, 34, 6, 25
Luminance
0.2925
Every format
| HEX | #bf7eb3 |
| RGB | rgb(191, 126, 179) |
| HSL | hsl(311, 34%, 62%) |
| CMYK | cmyk(0%, 34%, 6%, 25%) |
| LAB | lab(61.0 33.4 -17.7) |
| LCH | lch(61.0 37.8 332.2) |
| OKLCH | oklch(0.677 0.106 333.5) |
Copy-ready code
/* CSS */
color: #bf7eb3;
background-color: #bf7eb3;
/* Tailwind (arbitrary) */
class="text-[#bf7eb3] bg-[#bf7eb3]"
/* SCSS */
$brand: #bf7eb3;
/* SwiftUI */
Color(red: 0.749, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#bf7eb3")Accessibility — WCAG contrast
Aa
#bf7eb3 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7eb3 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow6.3%
Key (black)25.1%
Color previews
#bf7eb3 text on a black background
contrast 6.85:1
Card sample
#bf7eb3 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7eb3;
Background color
Panel with #bf7eb3 background
background-color: #bf7eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7eb3; background: linear-gradient(135deg, #bf7eb3, #BF7E88);