#f78dce
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 141, 206
HSL
323°, 87%, 76%
CMYK
0, 43, 17, 3
Luminance
0.4328
Every format
| HEX | #f78dce |
| RGB | rgb(247, 141, 206) |
| HSL | hsl(323, 87%, 76%) |
| CMYK | cmyk(0%, 43%, 17%, 3%) |
| LAB | lab(71.8 48.4 -15.9) |
| LCH | lch(71.8 50.9 341.8) |
| OKLCH | oklch(0.776 0.149 343.6) |
Copy-ready code
/* CSS */
color: #f78dce;
background-color: #f78dce;
/* Tailwind (arbitrary) */
class="text-[#f78dce] bg-[#f78dce]"
/* SCSS */
$brand: #f78dce;
/* SwiftUI */
Color(red: 0.969, green: 0.553, blue: 0.808)
/* Android */
Color.parseColor("#f78dce")Accessibility — WCAG contrast
Aa
#f78dce on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78dce on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green55.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow16.6%
Key (black)3.1%
Color previews
#f78dce text on a black background
contrast 9.66:1
Card sample
#f78dce text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78dce;
Background color
Panel with #f78dce background
background-color: #f78dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 141, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 141, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78dce; background: linear-gradient(135deg, #f78dce, #F7938D);