#f871c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 113, 194
HSL
324°, 91%, 71%
CMYK
0, 54, 22, 3
Luminance
0.3566
Every format
| HEX | #f871c2 |
| RGB | rgb(248, 113, 194) |
| HSL | hsl(324, 91%, 71%) |
| CMYK | cmyk(0%, 54%, 22%, 3%) |
| LAB | lab(66.3 60.4 -17.5) |
| LCH | lch(66.3 62.9 343.9) |
| OKLCH | oklch(0.734 0.187 345.7) |
Copy-ready code
/* CSS */
color: #f871c2;
background-color: #f871c2;
/* Tailwind (arbitrary) */
class="text-[#f871c2] bg-[#f871c2]"
/* SCSS */
$brand: #f871c2;
/* SwiftUI */
Color(red: 0.973, green: 0.443, blue: 0.761)
/* Android */
Color.parseColor("#f871c2")Accessibility — WCAG contrast
Aa
#f871c2 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f871c2 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green44.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow21.8%
Key (black)2.7%
Color previews
#f871c2 text on a black background
contrast 8.13:1
Card sample
#f871c2 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f871c2;
Background color
Panel with #f871c2 background
background-color: #f871c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f871c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 113, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 113, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f871c2; background: linear-gradient(135deg, #f871c2, #F87A71);