#e079df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
224, 121, 223
HSL
301°, 62%, 68%
CMYK
0, 46, 0, 12
Luminance
0.3485
Every format
| HEX | #e079df |
| RGB | rgb(224, 121, 223) |
| HSL | hsl(301, 62%, 68%) |
| CMYK | cmyk(0%, 46%, 0%, 12%) |
| LAB | lab(65.6 54.2 -35.0) |
| LCH | lch(65.6 64.5 327.2) |
| OKLCH | oklch(0.726 0.178 327.6) |
Copy-ready code
/* CSS */
color: #e079df;
background-color: #e079df;
/* Tailwind (arbitrary) */
class="text-[#e079df] bg-[#e079df]"
/* SCSS */
$brand: #e079df;
/* SwiftUI */
Color(red: 0.878, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#e079df")Accessibility — WCAG contrast
Aa
#e079df on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e079df on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow0.4%
Key (black)12.2%
Color previews
#e079df text on a black background
contrast 7.97:1
Card sample
#e079df text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e079df;
Background color
Panel with #e079df background
background-color: #e079df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e079df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e079df; background: linear-gradient(135deg, #e079df, #E0799A);