#f855ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 85, 173
HSL
328°, 92%, 65%
CMYK
0, 66, 30, 3
Luminance
0.2947
Every format
| HEX | #f855ad |
| RGB | rgb(248, 85, 173) |
| HSL | hsl(328, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 30%, 3%) |
| LAB | lab(61.2 69.5 -13.2) |
| LCH | lch(61.2 70.8 349.3) |
| OKLCH | oklch(0.694 0.215 350.8) |
Copy-ready code
/* CSS */
color: #f855ad;
background-color: #f855ad;
/* Tailwind (arbitrary) */
class="text-[#f855ad] bg-[#f855ad]"
/* SCSS */
$brand: #f855ad;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.678)
/* Android */
Color.parseColor("#f855ad")Accessibility — WCAG contrast
Aa
#f855ad on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f855ad on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow30.2%
Key (black)2.7%
Color previews
#f855ad text on a black background
contrast 6.89:1
Card sample
#f855ad text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855ad;
Background color
Panel with #f855ad background
background-color: #f855ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855ad; background: linear-gradient(135deg, #f855ad, #F86A55);