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