#be7eb7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
190, 126, 183
HSL
307°, 33%, 62%
CMYK
0, 34, 4, 26
Luminance
0.2929
Every format
| HEX | #be7eb7 |
| RGB | rgb(190, 126, 183) |
| HSL | hsl(307, 33%, 62%) |
| CMYK | cmyk(0%, 34%, 4%, 26%) |
| LAB | lab(61.0 33.8 -19.9) |
| LCH | lch(61.0 39.3 329.5) |
| OKLCH | oklch(0.677 0.109 330.6) |
Copy-ready code
/* CSS */
color: #be7eb7;
background-color: #be7eb7;
/* Tailwind (arbitrary) */
class="text-[#be7eb7] bg-[#be7eb7]"
/* SCSS */
$brand: #be7eb7;
/* SwiftUI */
Color(red: 0.745, green: 0.494, blue: 0.718)
/* Android */
Color.parseColor("#be7eb7")Accessibility — WCAG contrast
Aa
#be7eb7 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7eb7 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green49.4%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow3.7%
Key (black)25.5%
Color previews
#be7eb7 text on a black background
contrast 6.86:1
Card sample
#be7eb7 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7eb7;
Background color
Panel with #be7eb7 background
background-color: #be7eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 126, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 126, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7eb7; background: linear-gradient(135deg, #be7eb7, #BE7E8C);