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