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