#fd64da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 100, 218
HSL
314°, 98%, 69%
CMYK
0, 61, 14, 1
Luminance
0.3506
Every format
| HEX | #fd64da |
| RGB | rgb(253, 100, 218) |
| HSL | hsl(314, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 14%, 1%) |
| LAB | lab(65.8 70.8 -31.6) |
| LCH | lch(65.8 77.6 335.9) |
| OKLCH | oklch(0.735 0.225 337.7) |
Copy-ready code
/* CSS */
color: #fd64da;
background-color: #fd64da;
/* Tailwind (arbitrary) */
class="text-[#fd64da] bg-[#fd64da]"
/* SCSS */
$brand: #fd64da;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.855)
/* Android */
Color.parseColor("#fd64da")Accessibility — WCAG contrast
Aa
#fd64da on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd64da on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow13.8%
Key (black)0.8%
Color previews
#fd64da text on a black background
contrast 8.01:1
Card sample
#fd64da text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd64da;
Background color
Panel with #fd64da background
background-color: #fd64da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd64da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd64da; background: linear-gradient(135deg, #fd64da, #FD6474);