#f855da
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 85, 218
HSL
311°, 92%, 65%
CMYK
0, 66, 12, 3
Luminance
0.3152
Every format
| HEX | #f855da |
| RGB | rgb(248, 85, 218) |
| HSL | hsl(311, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 12%, 3%) |
| LAB | lab(62.9 75.4 -36.1) |
| LCH | lch(62.9 83.6 334.4) |
| OKLCH | oklch(0.712 0.241 336.0) |
Copy-ready code
/* CSS */
color: #f855da;
background-color: #f855da;
/* Tailwind (arbitrary) */
class="text-[#f855da] bg-[#f855da]"
/* SCSS */
$brand: #f855da;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.855)
/* Android */
Color.parseColor("#f855da")Accessibility — WCAG contrast
Aa
#f855da on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f855da on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow12.1%
Key (black)2.7%
Color previews
#f855da text on a black background
contrast 7.30:1
Card sample
#f855da text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855da;
Background color
Panel with #f855da background
background-color: #f855da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855da; background: linear-gradient(135deg, #f855da, #F8556D);