#e77eb0
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 126, 176
HSL
331°, 69%, 70%
CMYK
0, 46, 24, 9
Luminance
0.3505
Every format
| HEX | #e77eb0 |
| RGB | rgb(231, 126, 176) |
| HSL | hsl(331, 69%, 70%) |
| CMYK | cmyk(0%, 46%, 24%, 9%) |
| LAB | lab(65.8 46.3 -8.3) |
| LCH | lch(65.8 47.1 349.9) |
| OKLCH | oklch(0.723 0.141 351.3) |
Copy-ready code
/* CSS */
color: #e77eb0;
background-color: #e77eb0;
/* Tailwind (arbitrary) */
class="text-[#e77eb0] bg-[#e77eb0]"
/* SCSS */
$brand: #e77eb0;
/* SwiftUI */
Color(red: 0.906, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#e77eb0")Accessibility — WCAG contrast
Aa
#e77eb0 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77eb0 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow23.8%
Key (black)9.4%
Color previews
#e77eb0 text on a black background
contrast 8.01:1
Card sample
#e77eb0 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77eb0;
Background color
Panel with #e77eb0 background
background-color: #e77eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77eb0; background: linear-gradient(135deg, #e77eb0, #E7927E);