#f87eac
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 126, 172
HSL
337°, 90%, 73%
CMYK
0, 49, 31, 3
Luminance
0.3786
Every format
| HEX | #f87eac |
| RGB | rgb(248, 126, 172) |
| HSL | hsl(337, 90%, 73%) |
| CMYK | cmyk(0%, 49%, 31%, 3%) |
| LAB | lab(67.9 51.4 -2.6) |
| LCH | lch(67.9 51.5 357.1) |
| OKLCH | oklch(0.744 0.156 357.7) |
Copy-ready code
/* CSS */
color: #f87eac;
background-color: #f87eac;
/* Tailwind (arbitrary) */
class="text-[#f87eac] bg-[#f87eac]"
/* SCSS */
$brand: #f87eac;
/* SwiftUI */
Color(red: 0.973, green: 0.494, blue: 0.675)
/* Android */
Color.parseColor("#f87eac")Accessibility — WCAG contrast
Aa
#f87eac on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87eac on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow30.6%
Key (black)2.7%
Color previews
#f87eac text on a black background
contrast 8.57:1
Card sample
#f87eac text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87eac;
Background color
Panel with #f87eac background
background-color: #f87eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 126, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 126, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87eac; background: linear-gradient(135deg, #f87eac, #F8A17E);