#ed86fc
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 134, 252
HSL
292°, 95%, 76%
CMYK
6, 47, 0, 1
Luminance
0.4208
Every format
| HEX | #ed86fc |
| RGB | rgb(237, 134, 252) |
| HSL | hsl(292, 95%, 76%) |
| CMYK | cmyk(6%, 47%, 0%, 1%) |
| LAB | lab(70.9 56.6 -42.5) |
| LCH | lch(70.9 70.8 323.1) |
| OKLCH | oklch(0.773 0.192 322.4) |
Copy-ready code
/* CSS */
color: #ed86fc;
background-color: #ed86fc;
/* Tailwind (arbitrary) */
class="text-[#ed86fc] bg-[#ed86fc]"
/* SCSS */
$brand: #ed86fc;
/* SwiftUI */
Color(red: 0.929, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#ed86fc")Accessibility — WCAG contrast
Aa
#ed86fc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed86fc on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan6.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ed86fc text on a black background
contrast 9.42:1
Card sample
#ed86fc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed86fc;
Background color
Panel with #ed86fc background
background-color: #ed86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed86fc; background: linear-gradient(135deg, #ed86fc, #FC86BC);