#e072df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
224, 114, 223
HSL
301°, 64%, 66%
CMYK
0, 49, 0, 12
Luminance
0.3321
Every format
| HEX | #e072df |
| RGB | rgb(224, 114, 223) |
| HSL | hsl(301, 64%, 66%) |
| CMYK | cmyk(0%, 49%, 0%, 12%) |
| LAB | lab(64.3 57.6 -37.0) |
| LCH | lch(64.3 68.4 327.3) |
| OKLCH | oklch(0.716 0.190 327.7) |
Copy-ready code
/* CSS */
color: #e072df;
background-color: #e072df;
/* Tailwind (arbitrary) */
class="text-[#e072df] bg-[#e072df]"
/* SCSS */
$brand: #e072df;
/* SwiftUI */
Color(red: 0.878, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#e072df")Accessibility — WCAG contrast
Aa
#e072df on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e072df on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow0.4%
Key (black)12.2%
Color previews
#e072df text on a black background
contrast 7.64:1
Card sample
#e072df text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e072df;
Background color
Panel with #e072df background
background-color: #e072df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e072df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e072df; background: linear-gradient(135deg, #e072df, #E07296);