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