#be7eab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
190, 126, 171
HSL
318°, 33%, 62%
CMYK
0, 34, 10, 26
Luminance
0.2881
Every format
| HEX | #be7eab |
| RGB | rgb(190, 126, 171) |
| HSL | hsl(318, 33%, 62%) |
| CMYK | cmyk(0%, 34%, 10%, 26%) |
| LAB | lab(60.6 31.7 -13.7) |
| LCH | lch(60.6 34.5 336.6) |
| OKLCH | oklch(0.673 0.099 338.3) |
Copy-ready code
/* CSS */
color: #be7eab;
background-color: #be7eab;
/* Tailwind (arbitrary) */
class="text-[#be7eab] bg-[#be7eab]"
/* SCSS */
$brand: #be7eab;
/* SwiftUI */
Color(red: 0.745, green: 0.494, blue: 0.671)
/* Android */
Color.parseColor("#be7eab")Accessibility — WCAG contrast
Aa
#be7eab on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7eab on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green49.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow10.0%
Key (black)25.5%
Color previews
#be7eab text on a black background
contrast 6.76:1
Card sample
#be7eab text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7eab;
Background color
Panel with #be7eab background
background-color: #be7eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 126, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 126, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7eab; background: linear-gradient(135deg, #be7eab, #BE7E80);