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