#f87df4
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 125, 244
HSL
302°, 90%, 73%
CMYK
0, 50, 2, 3
Luminance
0.4116
Every format
| HEX | #f87df4 |
| RGB | rgb(248, 125, 244) |
| HSL | hsl(302, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 2%, 3%) |
| LAB | lab(70.3 62.6 -39.1) |
| LCH | lch(70.3 73.8 328.0) |
| OKLCH | oklch(0.770 0.205 328.6) |
Copy-ready code
/* CSS */
color: #f87df4;
background-color: #f87df4;
/* Tailwind (arbitrary) */
class="text-[#f87df4] bg-[#f87df4]"
/* SCSS */
$brand: #f87df4;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#f87df4")Accessibility — WCAG contrast
Aa
#f87df4 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87df4 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow1.6%
Key (black)2.7%
Color previews
#f87df4 text on a black background
contrast 9.23:1
Card sample
#f87df4 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87df4;
Background color
Panel with #f87df4 background
background-color: #f87df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87df4; background: linear-gradient(135deg, #f87df4, #F87DA2);