#f855fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
248, 85, 253
HSL
298°, 98%, 66%
CMYK
2, 66, 0, 1
Luminance
0.3355
Every format
| HEX | #f855fd |
| RGB | rgb(248, 85, 253) |
| HSL | hsl(298, 98%, 66%) |
| CMYK | cmyk(2%, 66%, 0%, 1%) |
| LAB | lab(64.6 80.8 -53.0) |
| LCH | lch(64.6 96.6 326.7) |
| OKLCH | oklch(0.730 0.267 326.6) |
Copy-ready code
/* CSS */
color: #f855fd;
background-color: #f855fd;
/* Tailwind (arbitrary) */
class="text-[#f855fd] bg-[#f855fd]"
/* SCSS */
$brand: #f855fd;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#f855fd")Accessibility — WCAG contrast
Aa
#f855fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f855fd on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f855fd text on a black background
contrast 7.71:1
Card sample
#f855fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855fd;
Background color
Panel with #f855fd background
background-color: #f855fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855fd; background: linear-gradient(135deg, #f855fd, #FD5592);