#f78fba
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 143, 186
HSL
335°, 87%, 77%
CMYK
0, 42, 25, 3
Luminance
0.4296
Every format
| HEX | #f78fba |
| RGB | rgb(247, 143, 186) |
| HSL | hsl(335, 87%, 77%) |
| CMYK | cmyk(0%, 42%, 25%, 3%) |
| LAB | lab(71.5 44.5 -5.1) |
| LCH | lch(71.5 44.8 353.4) |
| OKLCH | oklch(0.772 0.135 354.5) |
Copy-ready code
/* CSS */
color: #f78fba;
background-color: #f78fba;
/* Tailwind (arbitrary) */
class="text-[#f78fba] bg-[#f78fba]"
/* SCSS */
$brand: #f78fba;
/* SwiftUI */
Color(red: 0.969, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#f78fba")Accessibility — WCAG contrast
Aa
#f78fba on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78fba on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow24.7%
Key (black)3.1%
Color previews
#f78fba text on a black background
contrast 9.59:1
Card sample
#f78fba text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78fba;
Background color
Panel with #f78fba background
background-color: #f78fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78fba; background: linear-gradient(135deg, #f78fba, #F7A98F);