#f87cbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 124, 191
HSL
328°, 90%, 73%
CMYK
0, 50, 23, 3
Luminance
0.3813
Every format
| HEX | #f87cbf |
| RGB | rgb(248, 124, 191) |
| HSL | hsl(328, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 23%, 3%) |
| LAB | lab(68.1 54.9 -13.0) |
| LCH | lch(68.1 56.4 346.7) |
| OKLCH | oklch(0.747 0.168 348.3) |
Copy-ready code
/* CSS */
color: #f87cbf;
background-color: #f87cbf;
/* Tailwind (arbitrary) */
class="text-[#f87cbf] bg-[#f87cbf]"
/* SCSS */
$brand: #f87cbf;
/* SwiftUI */
Color(red: 0.973, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#f87cbf")Accessibility — WCAG contrast
Aa
#f87cbf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87cbf on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow23.0%
Key (black)2.7%
Color previews
#f87cbf text on a black background
contrast 8.63:1
Card sample
#f87cbf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87cbf;
Background color
Panel with #f87cbf background
background-color: #f87cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87cbf; background: linear-gradient(135deg, #f87cbf, #F88C7C);