#e080df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
224, 128, 223
HSL
301°, 61%, 69%
CMYK
0, 43, 0, 12
Luminance
0.3661
Every format
| HEX | #e080df |
| RGB | rgb(224, 128, 223) |
| HSL | hsl(301, 61%, 69%) |
| CMYK | cmyk(0%, 43%, 0%, 12%) |
| LAB | lab(67.0 50.6 -32.9) |
| LCH | lch(67.0 60.4 327.0) |
| OKLCH | oklch(0.736 0.167 327.5) |
Copy-ready code
/* CSS */
color: #e080df;
background-color: #e080df;
/* Tailwind (arbitrary) */
class="text-[#e080df] bg-[#e080df]"
/* SCSS */
$brand: #e080df;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#e080df")Accessibility — WCAG contrast
Aa
#e080df on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080df on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow0.4%
Key (black)12.2%
Color previews
#e080df text on a black background
contrast 8.32:1
Card sample
#e080df text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080df;
Background color
Panel with #e080df background
background-color: #e080df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080df; background: linear-gradient(135deg, #e080df, #E0809F);