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