#e02ddf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
224, 45, 223
HSL
300°, 74%, 53%
CMYK
0, 80, 0, 12
Luminance
0.2305
Every format
| HEX | #e02ddf |
| RGB | rgb(224, 45, 223) |
| HSL | hsl(300, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 0%, 12%) |
| LAB | lab(55.1 83.1 -51.5) |
| LCH | lch(55.1 97.8 328.2) |
| OKLCH | oklch(0.650 0.273 328.4) |
Copy-ready code
/* CSS */
color: #e02ddf;
background-color: #e02ddf;
/* Tailwind (arbitrary) */
class="text-[#e02ddf] bg-[#e02ddf]"
/* SCSS */
$brand: #e02ddf;
/* SwiftUI */
Color(red: 0.878, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#e02ddf")Accessibility — WCAG contrast
Aa
#e02ddf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02ddf on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green17.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow0.4%
Key (black)12.2%
Color previews
#e02ddf text on a black background
contrast 5.61:1
Card sample
#e02ddf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02ddf;
Background color
Panel with #e02ddf background
background-color: #e02ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02ddf; background: linear-gradient(135deg, #e02ddf, #E02D68);