#e84ddf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
232, 77, 223
HSL
304°, 77%, 61%
CMYK
0, 67, 4, 9
Luminance
0.2779
Every format
| HEX | #e84ddf |
| RGB | rgb(232, 77, 223) |
| HSL | hsl(304, 77%, 61%) |
| CMYK | cmyk(0%, 67%, 4%, 9%) |
| LAB | lab(59.7 75.3 -44.2) |
| LCH | lch(59.7 87.3 329.6) |
| OKLCH | oklch(0.685 0.246 330.3) |
Copy-ready code
/* CSS */
color: #e84ddf;
background-color: #e84ddf;
/* Tailwind (arbitrary) */
class="text-[#e84ddf] bg-[#e84ddf]"
/* SCSS */
$brand: #e84ddf;
/* SwiftUI */
Color(red: 0.910, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#e84ddf")Accessibility — WCAG contrast
Aa
#e84ddf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e84ddf on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green30.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow3.9%
Key (black)9.0%
Color previews
#e84ddf text on a black background
contrast 6.56:1
Card sample
#e84ddf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e84ddf;
Background color
Panel with #e84ddf background
background-color: #e84ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e84ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e84ddf; background: linear-gradient(135deg, #e84ddf, #E84D78);