#fd4eff
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 78, 255
HSL
299°, 100%, 65%
CMYK
1, 69, 0, 0
Luminance
0.3355
Every format
| HEX | #fd4eff |
| RGB | rgb(253, 78, 255) |
| HSL | hsl(299, 100%, 65%) |
| CMYK | cmyk(1%, 69%, 0%, 0%) |
| LAB | lab(64.6 84.5 -54.0) |
| LCH | lch(64.6 100.3 327.4) |
| OKLCH | oklch(0.732 0.279 327.5) |
Copy-ready code
/* CSS */
color: #fd4eff;
background-color: #fd4eff;
/* Tailwind (arbitrary) */
class="text-[#fd4eff] bg-[#fd4eff]"
/* SCSS */
$brand: #fd4eff;
/* SwiftUI */
Color(red: 0.992, green: 0.306, blue: 1.000)
/* Android */
Color.parseColor("#fd4eff")Accessibility — WCAG contrast
Aa
#fd4eff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4eff on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.6%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta69.4%
Yellow0.0%
Key (black)0.0%
Color previews
#fd4eff text on a black background
contrast 7.71:1
Card sample
#fd4eff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4eff;
Background color
Panel with #fd4eff background
background-color: #fd4eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 78, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 78, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4eff; background: linear-gradient(135deg, #fd4eff, #FF4E8B);