#f77fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 127, 223
HSL
312°, 88%, 73%
CMYK
0, 49, 10, 3
Luminance
0.4028
Every format
| HEX | #f77fdf |
| RGB | rgb(247, 127, 223) |
| HSL | hsl(312, 88%, 73%) |
| CMYK | cmyk(0%, 49%, 10%, 3%) |
| LAB | lab(69.7 57.9 -28.5) |
| LCH | lch(69.7 64.5 333.8) |
| OKLCH | oklch(0.762 0.184 335.3) |
Copy-ready code
/* CSS */
color: #f77fdf;
background-color: #f77fdf;
/* Tailwind (arbitrary) */
class="text-[#f77fdf] bg-[#f77fdf]"
/* SCSS */
$brand: #f77fdf;
/* SwiftUI */
Color(red: 0.969, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f77fdf")Accessibility — WCAG contrast
Aa
#f77fdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77fdf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow9.7%
Key (black)3.1%
Color previews
#f77fdf text on a black background
contrast 9.06:1
Card sample
#f77fdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77fdf;
Background color
Panel with #f77fdf background
background-color: #f77fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77fdf; background: linear-gradient(135deg, #f77fdf, #F77F8F);