#ef80df
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 128, 223
HSL
309°, 78%, 72%
CMYK
0, 46, 7, 6
Luminance
0.3912
Every format
| HEX | #ef80df |
| RGB | rgb(239, 128, 223) |
| HSL | hsl(309, 78%, 72%) |
| CMYK | cmyk(0%, 46%, 7%, 6%) |
| LAB | lab(68.8 55.1 -29.9) |
| LCH | lch(68.8 62.6 331.5) |
| OKLCH | oklch(0.754 0.177 332.8) |
Copy-ready code
/* CSS */
color: #ef80df;
background-color: #ef80df;
/* Tailwind (arbitrary) */
class="text-[#ef80df] bg-[#ef80df]"
/* SCSS */
$brand: #ef80df;
/* SwiftUI */
Color(red: 0.937, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#ef80df")Accessibility — WCAG contrast
Aa
#ef80df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef80df on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow6.7%
Key (black)6.3%
Color previews
#ef80df text on a black background
contrast 8.82:1
Card sample
#ef80df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef80df;
Background color
Panel with #ef80df background
background-color: #ef80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef80df; background: linear-gradient(135deg, #ef80df, #EF8095);