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