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