#ef86df
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 134, 223
HSL
309°, 77%, 73%
CMYK
0, 44, 7, 6
Luminance
0.4073
Every format
| HEX | #ef86df |
| RGB | rgb(239, 134, 223) |
| HSL | hsl(309, 77%, 73%) |
| CMYK | cmyk(0%, 44%, 7%, 6%) |
| LAB | lab(70.0 52.1 -28.1) |
| LCH | lch(70.0 59.2 331.7) |
| OKLCH | oklch(0.762 0.167 332.9) |
Copy-ready code
/* CSS */
color: #ef86df;
background-color: #ef86df;
/* Tailwind (arbitrary) */
class="text-[#ef86df] bg-[#ef86df]"
/* SCSS */
$brand: #ef86df;
/* SwiftUI */
Color(red: 0.937, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#ef86df")Accessibility — WCAG contrast
Aa
#ef86df on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef86df on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow6.7%
Key (black)6.3%
Color previews
#ef86df text on a black background
contrast 9.15:1
Card sample
#ef86df text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef86df;
Background color
Panel with #ef86df background
background-color: #ef86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef86df; background: linear-gradient(135deg, #ef86df, #EF8699);