#fd78da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 120, 218
HSL
316°, 97%, 73%
CMYK
0, 53, 14, 1
Luminance
0.3938
Every format
| HEX | #fd78da |
| RGB | rgb(253, 120, 218) |
| HSL | hsl(316, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 14%, 1%) |
| LAB | lab(69.0 62.1 -26.6) |
| LCH | lch(69.0 67.6 336.8) |
| OKLCH | oklch(0.758 0.196 338.6) |
Copy-ready code
/* CSS */
color: #fd78da;
background-color: #fd78da;
/* Tailwind (arbitrary) */
class="text-[#fd78da] bg-[#fd78da]"
/* SCSS */
$brand: #fd78da;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.855)
/* Android */
Color.parseColor("#fd78da")Accessibility — WCAG contrast
Aa
#fd78da on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78da on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow13.8%
Key (black)0.8%
Color previews
#fd78da text on a black background
contrast 8.88:1
Card sample
#fd78da text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78da;
Background color
Panel with #fd78da background
background-color: #fd78da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78da; background: linear-gradient(135deg, #fd78da, #FD7881);