#fd84ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 132, 236
HSL
308°, 97%, 76%
CMYK
0, 48, 7, 1
Luminance
0.4344
Every format
| HEX | #fd84ec |
| RGB | rgb(253, 132, 236) |
| HSL | hsl(308, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 7%, 1%) |
| LAB | lab(71.9 59.3 -32.2) |
| LCH | lch(71.9 67.5 331.5) |
| OKLCH | oklch(0.782 0.191 332.7) |
Copy-ready code
/* CSS */
color: #fd84ec;
background-color: #fd84ec;
/* Tailwind (arbitrary) */
class="text-[#fd84ec] bg-[#fd84ec]"
/* SCSS */
$brand: #fd84ec;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.925)
/* Android */
Color.parseColor("#fd84ec")Accessibility — WCAG contrast
Aa
#fd84ec on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84ec on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow6.7%
Key (black)0.8%
Color previews
#fd84ec text on a black background
contrast 9.69:1
Card sample
#fd84ec text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84ec;
Background color
Panel with #fd84ec background
background-color: #fd84ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84ec; background: linear-gradient(135deg, #fd84ec, #FD849B);