#bf7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
191, 126, 182
HSL
308°, 34%, 62%
CMYK
0, 34, 5, 25
Luminance
0.2938
Every format
| HEX | #bf7eb6 |
| RGB | rgb(191, 126, 182) |
| HSL | hsl(308, 34%, 62%) |
| CMYK | cmyk(0%, 34%, 5%, 25%) |
| LAB | lab(61.1 34.0 -19.2) |
| LCH | lch(61.1 39.0 330.5) |
| OKLCH | oklch(0.678 0.109 331.7) |
Copy-ready code
/* CSS */
color: #bf7eb6;
background-color: #bf7eb6;
/* Tailwind (arbitrary) */
class="text-[#bf7eb6] bg-[#bf7eb6]"
/* SCSS */
$brand: #bf7eb6;
/* SwiftUI */
Color(red: 0.749, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#bf7eb6")Accessibility — WCAG contrast
Aa
#bf7eb6 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7eb6 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow4.7%
Key (black)25.1%
Color previews
#bf7eb6 text on a black background
contrast 6.88:1
Card sample
#bf7eb6 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7eb6;
Background color
Panel with #bf7eb6 background
background-color: #bf7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7eb6; background: linear-gradient(135deg, #bf7eb6, #BF7E8B);