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