#fd74da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 116, 218
HSL
315°, 97%, 72%
CMYK
0, 54, 14, 1
Luminance
0.3844
Every format
| HEX | #fd74da |
| RGB | rgb(253, 116, 218) |
| HSL | hsl(315, 97%, 72%) |
| CMYK | cmyk(0%, 54%, 14%, 1%) |
| LAB | lab(68.3 64.0 -27.7) |
| LCH | lch(68.3 69.7 336.6) |
| OKLCH | oklch(0.753 0.202 338.3) |
Copy-ready code
/* CSS */
color: #fd74da;
background-color: #fd74da;
/* Tailwind (arbitrary) */
class="text-[#fd74da] bg-[#fd74da]"
/* SCSS */
$brand: #fd74da;
/* SwiftUI */
Color(red: 0.992, green: 0.455, blue: 0.855)
/* Android */
Color.parseColor("#fd74da")Accessibility — WCAG contrast
Aa
#fd74da on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd74da on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fd74da text on a black background
contrast 8.69:1
Card sample
#fd74da text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd74da;
Background color
Panel with #fd74da background
background-color: #fd74da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd74da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 116, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 116, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd74da; background: linear-gradient(135deg, #fd74da, #FD747F);