#f77dae
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 125, 174
HSL
336°, 88%, 73%
CMYK
0, 49, 30, 3
Luminance
0.3750
Every format
| HEX | #f77dae |
| RGB | rgb(247, 125, 174) |
| HSL | hsl(336, 88%, 73%) |
| CMYK | cmyk(0%, 49%, 30%, 3%) |
| LAB | lab(67.7 51.8 -4.2) |
| LCH | lch(67.7 52.0 355.4) |
| OKLCH | oklch(0.742 0.157 356.3) |
Copy-ready code
/* CSS */
color: #f77dae;
background-color: #f77dae;
/* Tailwind (arbitrary) */
class="text-[#f77dae] bg-[#f77dae]"
/* SCSS */
$brand: #f77dae;
/* SwiftUI */
Color(red: 0.969, green: 0.490, blue: 0.682)
/* Android */
Color.parseColor("#f77dae")Accessibility — WCAG contrast
Aa
#f77dae on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77dae on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green49.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow29.6%
Key (black)3.1%
Color previews
#f77dae text on a black background
contrast 8.50:1
Card sample
#f77dae text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77dae;
Background color
Panel with #f77dae background
background-color: #f77dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 125, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 125, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77dae; background: linear-gradient(135deg, #f77dae, #F79D7D);