#f87fbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 127, 191
HSL
328°, 90%, 74%
CMYK
0, 49, 23, 3
Luminance
0.3890
Every format
| HEX | #f87fbf |
| RGB | rgb(248, 127, 191) |
| HSL | hsl(328, 90%, 74%) |
| CMYK | cmyk(0%, 49%, 23%, 3%) |
| LAB | lab(68.7 53.4 -12.2) |
| LCH | lch(68.7 54.8 347.2) |
| OKLCH | oklch(0.751 0.164 348.8) |
Copy-ready code
/* CSS */
color: #f87fbf;
background-color: #f87fbf;
/* Tailwind (arbitrary) */
class="text-[#f87fbf] bg-[#f87fbf]"
/* SCSS */
$brand: #f87fbf;
/* SwiftUI */
Color(red: 0.973, green: 0.498, blue: 0.749)
/* Android */
Color.parseColor("#f87fbf")Accessibility — WCAG contrast
Aa
#f87fbf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87fbf on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow23.0%
Key (black)2.7%
Color previews
#f87fbf text on a black background
contrast 8.78:1
Card sample
#f87fbf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87fbf;
Background color
Panel with #f87fbf background
background-color: #f87fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 127, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 127, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87fbf; background: linear-gradient(135deg, #f87fbf, #F8907F);