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