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