#fe78df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 120, 223
HSL
314°, 99%, 73%
CMYK
0, 53, 12, 0
Luminance
0.3983
Every format
| HEX | #fe78df |
| RGB | rgb(254, 120, 223) |
| HSL | hsl(314, 99%, 73%) |
| CMYK | cmyk(0%, 53%, 12%, 0%) |
| LAB | lab(69.3 63.2 -28.9) |
| LCH | lch(69.3 69.5 335.4) |
| OKLCH | oklch(0.762 0.200 337.1) |
Copy-ready code
/* CSS */
color: #fe78df;
background-color: #fe78df;
/* Tailwind (arbitrary) */
class="text-[#fe78df] bg-[#fe78df]"
/* SCSS */
$brand: #fe78df;
/* SwiftUI */
Color(red: 0.996, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#fe78df")Accessibility — WCAG contrast
Aa
#fe78df on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe78df on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fe78df text on a black background
contrast 8.97:1
Card sample
#fe78df text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe78df;
Background color
Panel with #fe78df background
background-color: #fe78df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe78df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe78df; background: linear-gradient(135deg, #fe78df, #FE7885);