#fd79ad
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 121, 173
HSL
336°, 97%, 73%
CMYK
0, 52, 32, 1
Luminance
0.3757
Every format
| HEX | #fd79ad |
| RGB | rgb(253, 121, 173) |
| HSL | hsl(336, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 32%, 1%) |
| LAB | lab(67.7 55.6 -3.4) |
| LCH | lch(67.7 55.7 356.5) |
| OKLCH | oklch(0.744 0.169 357.2) |
Copy-ready code
/* CSS */
color: #fd79ad;
background-color: #fd79ad;
/* Tailwind (arbitrary) */
class="text-[#fd79ad] bg-[#fd79ad]"
/* SCSS */
$brand: #fd79ad;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.678)
/* Android */
Color.parseColor("#fd79ad")Accessibility — WCAG contrast
Aa
#fd79ad on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79ad on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow31.6%
Key (black)0.8%
Color previews
#fd79ad text on a black background
contrast 8.51:1
Card sample
#fd79ad text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79ad;
Background color
Panel with #fd79ad background
background-color: #fd79ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79ad; background: linear-gradient(135deg, #fd79ad, #FD9D79);