#fe86fc
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 134, 252
HSL
301°, 98%, 76%
CMYK
0, 47, 1, 0
Luminance
0.4515
Every format
| HEX | #fe86fc |
| RGB | rgb(254, 134, 252) |
| HSL | hsl(301, 98%, 76%) |
| CMYK | cmyk(0%, 47%, 1%, 0%) |
| LAB | lab(73.0 61.3 -39.2) |
| LCH | lch(73.0 72.8 327.4) |
| OKLCH | oklch(0.792 0.202 327.9) |
Copy-ready code
/* CSS */
color: #fe86fc;
background-color: #fe86fc;
/* Tailwind (arbitrary) */
class="text-[#fe86fc] bg-[#fe86fc]"
/* SCSS */
$brand: #fe86fc;
/* SwiftUI */
Color(red: 0.996, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#fe86fc")Accessibility — WCAG contrast
Aa
#fe86fc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe86fc on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow0.8%
Key (black)0.4%
Color previews
#fe86fc text on a black background
contrast 10.03:1
Card sample
#fe86fc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe86fc;
Background color
Panel with #fe86fc background
background-color: #fe86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe86fc; background: linear-gradient(135deg, #fe86fc, #FE86AC);