#f87afd
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 122, 253
HSL
298°, 97%, 74%
CMYK
2, 52, 0, 1
Luminance
0.4097
Every format
| HEX | #f87afd |
| RGB | rgb(248, 122, 253) |
| HSL | hsl(298, 97%, 74%) |
| CMYK | cmyk(2%, 52%, 0%, 1%) |
| LAB | lab(70.2 65.5 -44.2) |
| LCH | lch(70.2 79.0 326.0) |
| OKLCH | oklch(0.770 0.218 326.0) |
Copy-ready code
/* CSS */
color: #f87afd;
background-color: #f87afd;
/* Tailwind (arbitrary) */
class="text-[#f87afd] bg-[#f87afd]"
/* SCSS */
$brand: #f87afd;
/* SwiftUI */
Color(red: 0.973, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f87afd")Accessibility — WCAG contrast
Aa
#f87afd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87afd on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green47.8%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f87afd text on a black background
contrast 9.19:1
Card sample
#f87afd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87afd;
Background color
Panel with #f87afd background
background-color: #f87afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87afd; background: linear-gradient(135deg, #f87afd, #FD7AAB);