#e78fca
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 143, 202
HSL
320°, 65%, 73%
CMYK
0, 38, 13, 9
Luminance
0.4090
Every format
| HEX | #e78fca |
| RGB | rgb(231, 143, 202) |
| HSL | hsl(320, 65%, 73%) |
| CMYK | cmyk(0%, 38%, 13%, 9%) |
| LAB | lab(70.1 41.5 -16.4) |
| LCH | lch(70.1 44.6 338.5) |
| OKLCH | oklch(0.759 0.129 340.3) |
Copy-ready code
/* CSS */
color: #e78fca;
background-color: #e78fca;
/* Tailwind (arbitrary) */
class="text-[#e78fca] bg-[#e78fca]"
/* SCSS */
$brand: #e78fca;
/* SwiftUI */
Color(red: 0.906, green: 0.561, blue: 0.792)
/* Android */
Color.parseColor("#e78fca")Accessibility — WCAG contrast
Aa
#e78fca on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e78fca on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green56.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow12.6%
Key (black)9.4%
Color previews
#e78fca text on a black background
contrast 9.18:1
Card sample
#e78fca text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e78fca;
Background color
Panel with #e78fca background
background-color: #e78fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e78fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 143, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 143, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e78fca; background: linear-gradient(135deg, #e78fca, #E78F8F);