#f87dba
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 125, 186
HSL
330°, 90%, 73%
CMYK
0, 50, 25, 3
Luminance
0.3817
Every format
| HEX | #f87dba |
| RGB | rgb(248, 125, 186) |
| HSL | hsl(330, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 25%, 3%) |
| LAB | lab(68.2 53.7 -10.2) |
| LCH | lch(68.2 54.7 349.3) |
| OKLCH | oklch(0.747 0.164 350.8) |
Copy-ready code
/* CSS */
color: #f87dba;
background-color: #f87dba;
/* Tailwind (arbitrary) */
class="text-[#f87dba] bg-[#f87dba]"
/* SCSS */
$brand: #f87dba;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.729)
/* Android */
Color.parseColor("#f87dba")Accessibility — WCAG contrast
Aa
#f87dba on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87dba on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow25.0%
Key (black)2.7%
Color previews
#f87dba text on a black background
contrast 8.63:1
Card sample
#f87dba text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87dba;
Background color
Panel with #f87dba background
background-color: #f87dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87dba; background: linear-gradient(135deg, #f87dba, #F8927D);