#fd84fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 132, 254
HSL
300°, 98%, 76%
CMYK
0, 48, 0, 0
Luminance
0.4454
Every format
| HEX | #fd84fe |
| RGB | rgb(253, 132, 254) |
| HSL | hsl(300, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 0%, 0%) |
| LAB | lab(72.6 62.4 -40.9) |
| LCH | lch(72.6 74.6 326.7) |
| OKLCH | oklch(0.789 0.206 327.0) |
Copy-ready code
/* CSS */
color: #fd84fe;
background-color: #fd84fe;
/* Tailwind (arbitrary) */
class="text-[#fd84fe] bg-[#fd84fe]"
/* SCSS */
$brand: #fd84fe;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.996)
/* Android */
Color.parseColor("#fd84fe")Accessibility — WCAG contrast
Aa
#fd84fe on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84fe on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta48.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fd84fe text on a black background
contrast 9.91:1
Card sample
#fd84fe text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84fe;
Background color
Panel with #fd84fe background
background-color: #fd84fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84fe; background: linear-gradient(135deg, #fd84fe, #FE84AE);