#f78abc
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 138, 188
HSL
333°, 87%, 76%
CMYK
0, 44, 24, 3
Luminance
0.4158
Every format
| HEX | #f78abc |
| RGB | rgb(247, 138, 188) |
| HSL | hsl(333, 87%, 76%) |
| CMYK | cmyk(0%, 44%, 24%, 3%) |
| LAB | lab(70.6 47.3 -7.7) |
| LCH | lch(70.6 47.9 350.8) |
| OKLCH | oklch(0.765 0.143 352.1) |
Copy-ready code
/* CSS */
color: #f78abc;
background-color: #f78abc;
/* Tailwind (arbitrary) */
class="text-[#f78abc] bg-[#f78abc]"
/* SCSS */
$brand: #f78abc;
/* SwiftUI */
Color(red: 0.969, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#f78abc")Accessibility — WCAG contrast
Aa
#f78abc on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78abc on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow23.9%
Key (black)3.1%
Color previews
#f78abc text on a black background
contrast 9.32:1
Card sample
#f78abc text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78abc;
Background color
Panel with #f78abc background
background-color: #f78abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78abc; background: linear-gradient(135deg, #f78abc, #F7A18A);