#f855c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 85, 194
HSL
320°, 92%, 65%
CMYK
0, 66, 22, 3
Luminance
0.3035
Every format
| HEX | #f855c2 |
| RGB | rgb(248, 85, 194) |
| HSL | hsl(320, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 22%, 3%) |
| LAB | lab(62.0 72.1 -24.1) |
| LCH | lch(62.0 76.0 341.6) |
| OKLCH | oklch(0.702 0.226 343.5) |
Copy-ready code
/* CSS */
color: #f855c2;
background-color: #f855c2;
/* Tailwind (arbitrary) */
class="text-[#f855c2] bg-[#f855c2]"
/* SCSS */
$brand: #f855c2;
/* SwiftUI */
Color(red: 0.973, green: 0.333, blue: 0.761)
/* Android */
Color.parseColor("#f855c2")Accessibility — WCAG contrast
Aa
#f855c2 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f855c2 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow21.8%
Key (black)2.7%
Color previews
#f855c2 text on a black background
contrast 7.07:1
Card sample
#f855c2 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f855c2;
Background color
Panel with #f855c2 background
background-color: #f855c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f855c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 85, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 85, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f855c2; background: linear-gradient(135deg, #f855c2, #F85555);