#f78cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 140, 223
HSL
314°, 87%, 76%
CMYK
0, 43, 10, 3
Luminance
0.4386
Every format
| HEX | #f78cdf |
| RGB | rgb(247, 140, 223) |
| HSL | hsl(314, 87%, 76%) |
| CMYK | cmyk(0%, 43%, 10%, 3%) |
| LAB | lab(72.1 51.5 -24.7) |
| LCH | lch(72.1 57.1 334.4) |
| OKLCH | oklch(0.780 0.163 335.9) |
Copy-ready code
/* CSS */
color: #f78cdf;
background-color: #f78cdf;
/* Tailwind (arbitrary) */
class="text-[#f78cdf] bg-[#f78cdf]"
/* SCSS */
$brand: #f78cdf;
/* SwiftUI */
Color(red: 0.969, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f78cdf")Accessibility — WCAG contrast
Aa
#f78cdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78cdf on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow9.7%
Key (black)3.1%
Color previews
#f78cdf text on a black background
contrast 9.77:1
Card sample
#f78cdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78cdf;
Background color
Panel with #f78cdf background
background-color: #f78cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78cdf; background: linear-gradient(135deg, #f78cdf, #F78C98);