#f877cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 119, 207
HSL
319°, 90%, 72%
CMYK
0, 52, 17, 3
Luminance
0.3766
Every format
| HEX | #f877cf |
| RGB | rgb(248, 119, 207) |
| HSL | hsl(319, 90%, 72%) |
| CMYK | cmyk(0%, 52%, 17%, 3%) |
| LAB | lab(67.8 59.5 -22.5) |
| LCH | lch(67.8 63.6 339.3) |
| OKLCH | oklch(0.746 0.186 341.1) |
Copy-ready code
/* CSS */
color: #f877cf;
background-color: #f877cf;
/* Tailwind (arbitrary) */
class="text-[#f877cf] bg-[#f877cf]"
/* SCSS */
$brand: #f877cf;
/* SwiftUI */
Color(red: 0.973, green: 0.467, blue: 0.812)
/* Android */
Color.parseColor("#f877cf")Accessibility — WCAG contrast
Aa
#f877cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f877cf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green46.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow16.5%
Key (black)2.7%
Color previews
#f877cf text on a black background
contrast 8.53:1
Card sample
#f877cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f877cf;
Background color
Panel with #f877cf background
background-color: #f877cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f877cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 119, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 119, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f877cf; background: linear-gradient(135deg, #f877cf, #F87779);