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