#ef86fc
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 134, 252
HSL
293°, 95%, 76%
CMYK
5, 47, 0, 1
Luminance
0.4243
Every format
| HEX | #ef86fc |
| RGB | rgb(239, 134, 252) |
| HSL | hsl(293, 95%, 76%) |
| CMYK | cmyk(5%, 47%, 0%, 1%) |
| LAB | lab(71.2 57.2 -42.2) |
| LCH | lch(71.2 71.0 323.6) |
| OKLCH | oklch(0.775 0.193 323.0) |
Copy-ready code
/* CSS */
color: #ef86fc;
background-color: #ef86fc;
/* Tailwind (arbitrary) */
class="text-[#ef86fc] bg-[#ef86fc]"
/* SCSS */
$brand: #ef86fc;
/* SwiftUI */
Color(red: 0.937, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#ef86fc")Accessibility — WCAG contrast
Aa
#ef86fc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef86fc on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green52.5%
Blue98.8%
CMYK percentages
Cyan5.2%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ef86fc text on a black background
contrast 9.49:1
Card sample
#ef86fc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef86fc;
Background color
Panel with #ef86fc background
background-color: #ef86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef86fc; background: linear-gradient(135deg, #ef86fc, #FC86BA);