#f78cd2
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 140, 210
HSL
321°, 87%, 76%
CMYK
0, 43, 15, 3
Luminance
0.4318
Every format
| HEX | #f78cd2 |
| RGB | rgb(247, 140, 210) |
| HSL | hsl(321, 87%, 76%) |
| CMYK | cmyk(0%, 43%, 15%, 3%) |
| LAB | lab(71.7 49.5 -18.2) |
| LCH | lch(71.7 52.7 339.8) |
| OKLCH | oklch(0.776 0.153 341.6) |
Copy-ready code
/* CSS */
color: #f78cd2;
background-color: #f78cd2;
/* Tailwind (arbitrary) */
class="text-[#f78cd2] bg-[#f78cd2]"
/* SCSS */
$brand: #f78cd2;
/* SwiftUI */
Color(red: 0.969, green: 0.549, blue: 0.824)
/* Android */
Color.parseColor("#f78cd2")Accessibility — WCAG contrast
Aa
#f78cd2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78cd2 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green54.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow15.0%
Key (black)3.1%
Color previews
#f78cd2 text on a black background
contrast 9.64:1
Card sample
#f78cd2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78cd2;
Background color
Panel with #f78cd2 background
background-color: #f78cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 140, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 140, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78cd2; background: linear-gradient(135deg, #f78cd2, #F78D8C);