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