#fc78df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 120, 223
HSL
313°, 96%, 73%
CMYK
0, 52, 12, 1
Luminance
0.3946
Every format
| HEX | #fc78df |
| RGB | rgb(252, 120, 223) |
| HSL | hsl(313, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 12%, 1%) |
| LAB | lab(69.1 62.6 -29.3) |
| LCH | lch(69.1 69.1 334.9) |
| OKLCH | oklch(0.759 0.199 336.5) |
Copy-ready code
/* CSS */
color: #fc78df;
background-color: #fc78df;
/* Tailwind (arbitrary) */
class="text-[#fc78df] bg-[#fc78df]"
/* SCSS */
$brand: #fc78df;
/* SwiftUI */
Color(red: 0.988, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#fc78df")Accessibility — WCAG contrast
Aa
#fc78df on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc78df on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc78df text on a black background
contrast 8.89:1
Card sample
#fc78df text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc78df;
Background color
Panel with #fc78df background
background-color: #fc78df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc78df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc78df; background: linear-gradient(135deg, #fc78df, #FC7887);