#f877a2
a light, electric magenta / pink · warm · closest name: salmon
RGB
248, 119, 162
HSL
340°, 90%, 72%
CMYK
0, 52, 35, 3
Luminance
0.3576
Every format
| HEX | #f877a2 |
| RGB | rgb(248, 119, 162) |
| HSL | hsl(340, 90%, 72%) |
| CMYK | cmyk(0%, 52%, 35%, 3%) |
| LAB | lab(66.3 53.6 0.7) |
| LCH | lch(66.3 53.6 0.8) |
| OKLCH | oklch(0.731 0.163 0.9) |
Copy-ready code
/* CSS */
color: #f877a2;
background-color: #f877a2;
/* Tailwind (arbitrary) */
class="text-[#f877a2] bg-[#f877a2]"
/* SCSS */
$brand: #f877a2;
/* SwiftUI */
Color(red: 0.973, green: 0.467, blue: 0.635)
/* Android */
Color.parseColor("#f877a2")Accessibility — WCAG contrast
Aa
#f877a2 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f877a2 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green46.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow34.7%
Key (black)2.7%
Color previews
#f877a2 text on a black background
contrast 8.15:1
Card sample
#f877a2 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f877a2;
Background color
Panel with #f877a2 background
background-color: #f877a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f877a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 119, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 119, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f877a2; background: linear-gradient(135deg, #f877a2, #F8A277);