#f87af0
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 122, 240
HSL
304°, 90%, 73%
CMYK
0, 51, 3, 3
Luminance
0.4017
Every format
| HEX | #f87af0 |
| RGB | rgb(248, 122, 240) |
| HSL | hsl(304, 90%, 73%) |
| CMYK | cmyk(0%, 51%, 3%, 3%) |
| LAB | lab(69.6 63.3 -38.0) |
| LCH | lch(69.6 73.8 329.0) |
| OKLCH | oklch(0.764 0.207 329.8) |
Copy-ready code
/* CSS */
color: #f87af0;
background-color: #f87af0;
/* Tailwind (arbitrary) */
class="text-[#f87af0] bg-[#f87af0]"
/* SCSS */
$brand: #f87af0;
/* SwiftUI */
Color(red: 0.973, green: 0.478, blue: 0.941)
/* Android */
Color.parseColor("#f87af0")Accessibility — WCAG contrast
Aa
#f87af0 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87af0 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green47.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow3.2%
Key (black)2.7%
Color previews
#f87af0 text on a black background
contrast 9.03:1
Card sample
#f87af0 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87af0;
Background color
Panel with #f87af0 background
background-color: #f87af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 122, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 122, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87af0; background: linear-gradient(135deg, #f87af0, #F87A9C);