#f87dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 125, 254
HSL
297°, 99%, 74%
CMYK
2, 51, 0, 0
Luminance
0.4178
Every format
| HEX | #f87dfe |
| RGB | rgb(248, 125, 254) |
| HSL | hsl(297, 99%, 74%) |
| CMYK | cmyk(2%, 51%, 0%, 0%) |
| LAB | lab(70.7 64.3 -43.9) |
| LCH | lch(70.7 77.8 325.7) |
| OKLCH | oklch(0.774 0.214 325.6) |
Copy-ready code
/* CSS */
color: #f87dfe;
background-color: #f87dfe;
/* Tailwind (arbitrary) */
class="text-[#f87dfe] bg-[#f87dfe]"
/* SCSS */
$brand: #f87dfe;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#f87dfe")Accessibility — WCAG contrast
Aa
#f87dfe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87dfe on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f87dfe text on a black background
contrast 9.36:1
Card sample
#f87dfe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87dfe;
Background color
Panel with #f87dfe background
background-color: #f87dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87dfe; background: linear-gradient(135deg, #f87dfe, #FE7DAE);