#fd78ac
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 120, 172
HSL
337°, 97%, 73%
CMYK
0, 53, 32, 1
Luminance
0.3729
Every format
| HEX | #fd78ac |
| RGB | rgb(253, 120, 172) |
| HSL | hsl(337, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 32%, 1%) |
| LAB | lab(67.5 55.9 -3.2) |
| LCH | lch(67.5 56.0 356.8) |
| OKLCH | oklch(0.742 0.170 357.5) |
Copy-ready code
/* CSS */
color: #fd78ac;
background-color: #fd78ac;
/* Tailwind (arbitrary) */
class="text-[#fd78ac] bg-[#fd78ac]"
/* SCSS */
$brand: #fd78ac;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.675)
/* Android */
Color.parseColor("#fd78ac")Accessibility — WCAG contrast
Aa
#fd78ac on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78ac on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow32.0%
Key (black)0.8%
Color previews
#fd78ac text on a black background
contrast 8.46:1
Card sample
#fd78ac text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78ac;
Background color
Panel with #fd78ac background
background-color: #fd78ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78ac; background: linear-gradient(135deg, #fd78ac, #FD9C78);