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