#f78dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 141, 187
HSL
334°, 87%, 76%
CMYK
0, 43, 24, 3
Luminance
0.4241
Every format
| HEX | #f78dbb |
| RGB | rgb(247, 141, 187) |
| HSL | hsl(334, 87%, 76%) |
| CMYK | cmyk(0%, 43%, 24%, 3%) |
| LAB | lab(71.2 45.6 -6.3) |
| LCH | lch(71.2 46.0 352.2) |
| OKLCH | oklch(0.769 0.138 353.4) |
Copy-ready code
/* CSS */
color: #f78dbb;
background-color: #f78dbb;
/* Tailwind (arbitrary) */
class="text-[#f78dbb] bg-[#f78dbb]"
/* SCSS */
$brand: #f78dbb;
/* SwiftUI */
Color(red: 0.969, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f78dbb")Accessibility — WCAG contrast
Aa
#f78dbb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78dbb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow24.3%
Key (black)3.1%
Color previews
#f78dbb text on a black background
contrast 9.48:1
Card sample
#f78dbb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78dbb;
Background color
Panel with #f78dbb background
background-color: #f78dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78dbb; background: linear-gradient(135deg, #f78dbb, #F7A68D);