#f77dab
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 125, 171
HSL
337°, 88%, 73%
CMYK
0, 49, 31, 3
Luminance
0.3738
Every format
| HEX | #f77dab |
| RGB | rgb(247, 125, 171) |
| HSL | hsl(337, 88%, 73%) |
| CMYK | cmyk(0%, 49%, 31%, 3%) |
| LAB | lab(67.6 51.5 -2.6) |
| LCH | lch(67.6 51.5 357.1) |
| OKLCH | oklch(0.741 0.156 357.8) |
Copy-ready code
/* CSS */
color: #f77dab;
background-color: #f77dab;
/* Tailwind (arbitrary) */
class="text-[#f77dab] bg-[#f77dab]"
/* SCSS */
$brand: #f77dab;
/* SwiftUI */
Color(red: 0.969, green: 0.490, blue: 0.671)
/* Android */
Color.parseColor("#f77dab")Accessibility — WCAG contrast
Aa
#f77dab on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77dab on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green49.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow30.8%
Key (black)3.1%
Color previews
#f77dab text on a black background
contrast 8.48:1
Card sample
#f77dab text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77dab;
Background color
Panel with #f77dab background
background-color: #f77dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 125, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 125, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77dab; background: linear-gradient(135deg, #f77dab, #F7A07D);