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