#f77cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 124, 223
HSL
312°, 89%, 73%
CMYK
0, 50, 10, 3
Luminance
0.3952
Every format
| HEX | #f77cdf |
| RGB | rgb(247, 124, 223) |
| HSL | hsl(312, 89%, 73%) |
| CMYK | cmyk(0%, 50%, 10%, 3%) |
| LAB | lab(69.1 59.3 -29.3) |
| LCH | lch(69.1 66.2 333.7) |
| OKLCH | oklch(0.758 0.189 335.2) |
Copy-ready code
/* CSS */
color: #f77cdf;
background-color: #f77cdf;
/* Tailwind (arbitrary) */
class="text-[#f77cdf] bg-[#f77cdf]"
/* SCSS */
$brand: #f77cdf;
/* SwiftUI */
Color(red: 0.969, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#f77cdf")Accessibility — WCAG contrast
Aa
#f77cdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77cdf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow9.7%
Key (black)3.1%
Color previews
#f77cdf text on a black background
contrast 8.90:1
Card sample
#f77cdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77cdf;
Background color
Panel with #f77cdf background
background-color: #f77cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77cdf; background: linear-gradient(135deg, #f77cdf, #F77C8D);