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