#e788b8
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 136, 184
HSL
330°, 66%, 72%
CMYK
0, 41, 20, 9
Luminance
0.3806
Every format
| HEX | #e788b8 |
| RGB | rgb(231, 136, 184) |
| HSL | hsl(330, 66%, 72%) |
| CMYK | cmyk(0%, 41%, 20%, 9%) |
| LAB | lab(68.1 42.4 -9.4) |
| LCH | lch(68.1 43.4 347.5) |
| OKLCH | oklch(0.741 0.129 349.1) |
Copy-ready code
/* CSS */
color: #e788b8;
background-color: #e788b8;
/* Tailwind (arbitrary) */
class="text-[#e788b8] bg-[#e788b8]"
/* SCSS */
$brand: #e788b8;
/* SwiftUI */
Color(red: 0.906, green: 0.533, blue: 0.722)
/* Android */
Color.parseColor("#e788b8")Accessibility — WCAG contrast
Aa
#e788b8 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e788b8 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green53.3%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow20.3%
Key (black)9.4%
Color previews
#e788b8 text on a black background
contrast 8.61:1
Card sample
#e788b8 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e788b8;
Background color
Panel with #e788b8 background
background-color: #e788b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e788b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 136, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 136, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e788b8; background: linear-gradient(135deg, #e788b8, #E79888);