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