#f78fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 143, 223
HSL
314°, 87%, 77%
CMYK
0, 42, 10, 3
Luminance
0.4475
Every format
| HEX | #f78fdf |
| RGB | rgb(247, 143, 223) |
| HSL | hsl(314, 87%, 77%) |
| CMYK | cmyk(0%, 42%, 10%, 3%) |
| LAB | lab(72.7 50.0 -23.8) |
| LCH | lch(72.7 55.4 334.5) |
| OKLCH | oklch(0.785 0.158 336.1) |
Copy-ready code
/* CSS */
color: #f78fdf;
background-color: #f78fdf;
/* Tailwind (arbitrary) */
class="text-[#f78fdf] bg-[#f78fdf]"
/* SCSS */
$brand: #f78fdf;
/* SwiftUI */
Color(red: 0.969, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#f78fdf")Accessibility — WCAG contrast
Aa
#f78fdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78fdf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow9.7%
Key (black)3.1%
Color previews
#f78fdf text on a black background
contrast 9.95:1
Card sample
#f78fdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78fdf;
Background color
Panel with #f78fdf background
background-color: #f78fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78fdf; background: linear-gradient(135deg, #f78fdf, #F78F9A);