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