#f87eaf
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 126, 175
HSL
336°, 90%, 73%
CMYK
0, 49, 29, 3
Luminance
0.3797
Every format
| HEX | #f87eaf |
| RGB | rgb(248, 126, 175) |
| HSL | hsl(336, 90%, 73%) |
| CMYK | cmyk(0%, 49%, 29%, 3%) |
| LAB | lab(68.0 51.8 -4.2) |
| LCH | lch(68.0 52.0 355.4) |
| OKLCH | oklch(0.745 0.157 356.2) |
Copy-ready code
/* CSS */
color: #f87eaf;
background-color: #f87eaf;
/* Tailwind (arbitrary) */
class="text-[#f87eaf] bg-[#f87eaf]"
/* SCSS */
$brand: #f87eaf;
/* SwiftUI */
Color(red: 0.973, green: 0.494, blue: 0.686)
/* Android */
Color.parseColor("#f87eaf")Accessibility — WCAG contrast
Aa
#f87eaf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87eaf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow29.4%
Key (black)2.7%
Color previews
#f87eaf text on a black background
contrast 8.59:1
Card sample
#f87eaf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87eaf;
Background color
Panel with #f87eaf background
background-color: #f87eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 126, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 126, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87eaf; background: linear-gradient(135deg, #f87eaf, #F89E7E);