#fd86eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 134, 235
HSL
309°, 97%, 76%
CMYK
0, 47, 7, 1
Luminance
0.4393
Every format
| HEX | #fd86eb |
| RGB | rgb(253, 134, 235) |
| HSL | hsl(309, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 7%, 1%) |
| LAB | lab(72.2 58.2 -31.2) |
| LCH | lch(72.2 66.0 331.8) |
| OKLCH | oklch(0.784 0.187 333.1) |
Copy-ready code
/* CSS */
color: #fd86eb;
background-color: #fd86eb;
/* Tailwind (arbitrary) */
class="text-[#fd86eb] bg-[#fd86eb]"
/* SCSS */
$brand: #fd86eb;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#fd86eb")Accessibility — WCAG contrast
Aa
#fd86eb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd86eb on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow7.1%
Key (black)0.8%
Color previews
#fd86eb text on a black background
contrast 9.79:1
Card sample
#fd86eb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd86eb;
Background color
Panel with #fd86eb background
background-color: #fd86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd86eb; background: linear-gradient(135deg, #fd86eb, #FD869C);