#f78fd3
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 143, 211
HSL
321°, 87%, 77%
CMYK
0, 42, 15, 3
Luminance
0.4412
Every format
| HEX | #f78fd3 |
| RGB | rgb(247, 143, 211) |
| HSL | hsl(321, 87%, 77%) |
| CMYK | cmyk(0%, 42%, 15%, 3%) |
| LAB | lab(72.3 48.1 -17.8) |
| LCH | lch(72.3 51.3 339.7) |
| OKLCH | oklch(0.780 0.149 341.5) |
Copy-ready code
/* CSS */
color: #f78fd3;
background-color: #f78fd3;
/* Tailwind (arbitrary) */
class="text-[#f78fd3] bg-[#f78fd3]"
/* SCSS */
$brand: #f78fd3;
/* SwiftUI */
Color(red: 0.969, green: 0.561, blue: 0.827)
/* Android */
Color.parseColor("#f78fd3")Accessibility — WCAG contrast
Aa
#f78fd3 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78fd3 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow14.6%
Key (black)3.1%
Color previews
#f78fd3 text on a black background
contrast 9.82:1
Card sample
#f78fd3 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78fd3;
Background color
Panel with #f78fd3 background
background-color: #f78fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 143, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 143, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78fd3; background: linear-gradient(135deg, #f78fd3, #F7918F);