#f87df1
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 125, 241
HSL
303°, 90%, 73%
CMYK
0, 50, 3, 3
Luminance
0.4097
Every format
| HEX | #f87df1 |
| RGB | rgb(248, 125, 241) |
| HSL | hsl(303, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 3%, 3%) |
| LAB | lab(70.2 62.1 -37.6) |
| LCH | lch(70.2 72.6 328.8) |
| OKLCH | oklch(0.768 0.203 329.5) |
Copy-ready code
/* CSS */
color: #f87df1;
background-color: #f87df1;
/* Tailwind (arbitrary) */
class="text-[#f87df1] bg-[#f87df1]"
/* SCSS */
$brand: #f87df1;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.945)
/* Android */
Color.parseColor("#f87df1")Accessibility — WCAG contrast
Aa
#f87df1 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87df1 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow2.8%
Key (black)2.7%
Color previews
#f87df1 text on a black background
contrast 9.19:1
Card sample
#f87df1 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87df1;
Background color
Panel with #f87df1 background
background-color: #f87df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87df1; background: linear-gradient(135deg, #f87df1, #F87D9F);