#f855f7
a light, electric magenta / pink · warm · closest name: magenta
RGB
248, 85, 247
HSL
300°, 92%, 65%
CMYK
0, 66, 0, 3
Luminance
0.3317
Every format
| HEX | #f855f7 |
| RGB | rgb(248, 85, 247) |
| HSL | hsl(300, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 0%, 3%) |
| LAB | lab(64.3 79.8 -50.1) |
| LCH | lch(64.3 94.2 327.9) |
| OKLCH | oklch(0.727 0.262 328.1) |
Copy-ready code
/* CSS */
color: #f855f7;
background-color: #f855f7;
/* Tailwind (arbitrary) */
class="text-[#f855f7] bg-[#f855f7]"
/* SCSS */
$brand: #f855f7;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.969)
/* Android */
Color.parseColor("#f855f7")Accessibility — WCAG contrast
Aa
#f855f7 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f855f7 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow0.4%
Key (black)2.7%
Color previews
#f855f7 text on a black background
contrast 7.63:1
Card sample
#f855f7 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855f7;
Background color
Panel with #f855f7 background
background-color: #f855f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855f7; background: linear-gradient(135deg, #f855f7, #F8558A);