#f78da5
a light, electric red · warm · closest name: pink
RGB
247, 141, 165
HSL
346°, 87%, 76%
CMYK
0, 43, 33, 3
Luminance
0.4154
Every format
| HEX | #f78da5 |
| RGB | rgb(247, 141, 165) |
| HSL | hsl(346, 87%, 76%) |
| CMYK | cmyk(0%, 43%, 33%, 3%) |
| LAB | lab(70.6 42.8 5.1) |
| LCH | lch(70.6 43.1 6.8) |
| OKLCH | oklch(0.763 0.130 6.1) |
Copy-ready code
/* CSS */
color: #f78da5;
background-color: #f78da5;
/* Tailwind (arbitrary) */
class="text-[#f78da5] bg-[#f78da5]"
/* SCSS */
$brand: #f78da5;
/* SwiftUI */
Color(red: 0.969, green: 0.553, blue: 0.647)
/* Android */
Color.parseColor("#f78da5")Accessibility — WCAG contrast
Aa
#f78da5 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78da5 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green55.3%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow33.2%
Key (black)3.1%
Color previews
#f78da5 text on a black background
contrast 9.31:1
Card sample
#f78da5 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78da5;
Background color
Panel with #f78da5 background
background-color: #f78da5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78da5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 141, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 141, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78da5; background: linear-gradient(135deg, #f78da5, #F7BC8D);