#e88eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 142, 178
HSL
336°, 66%, 73%
CMYK
0, 39, 23, 9
Luminance
0.3972
Every format
| HEX | #e88eb2 |
| RGB | rgb(232, 142, 178) |
| HSL | hsl(336, 66%, 73%) |
| CMYK | cmyk(0%, 39%, 23%, 9%) |
| LAB | lab(69.3 38.7 -4.2) |
| LCH | lch(69.3 39.0 353.8) |
| OKLCH | oklch(0.750 0.117 354.8) |
Copy-ready code
/* CSS */
color: #e88eb2;
background-color: #e88eb2;
/* Tailwind (arbitrary) */
class="text-[#e88eb2] bg-[#e88eb2]"
/* SCSS */
$brand: #e88eb2;
/* SwiftUI */
Color(red: 0.910, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#e88eb2")Accessibility — WCAG contrast
Aa
#e88eb2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e88eb2 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow23.3%
Key (black)9.0%
Color previews
#e88eb2 text on a black background
contrast 8.94:1
Card sample
#e88eb2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e88eb2;
Background color
Panel with #e88eb2 background
background-color: #e88eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e88eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e88eb2; background: linear-gradient(135deg, #e88eb2, #E8A68E);