#f77da0
a light, electric magenta / pink · warm · closest name: salmon
RGB
247, 125, 160
HSL
343°, 88%, 73%
CMYK
0, 49, 35, 3
Luminance
0.3698
Every format
| HEX | #f77da0 |
| RGB | rgb(247, 125, 160) |
| HSL | hsl(343, 88%, 73%) |
| CMYK | cmyk(0%, 49%, 35%, 3%) |
| LAB | lab(67.3 50.1 3.2) |
| LCH | lch(67.3 50.2 3.6) |
| OKLCH | oklch(0.737 0.153 3.3) |
Copy-ready code
/* CSS */
color: #f77da0;
background-color: #f77da0;
/* Tailwind (arbitrary) */
class="text-[#f77da0] bg-[#f77da0]"
/* SCSS */
$brand: #f77da0;
/* SwiftUI */
Color(red: 0.969, green: 0.490, blue: 0.627)
/* Android */
Color.parseColor("#f77da0")Accessibility — WCAG contrast
Aa
#f77da0 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77da0 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green49.0%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow35.2%
Key (black)3.1%
Color previews
#f77da0 text on a black background
contrast 8.40:1
Card sample
#f77da0 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77da0;
Background color
Panel with #f77da0 background
background-color: #f77da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 125, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 125, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77da0; background: linear-gradient(135deg, #f77da0, #F7AB7D);