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