#fd78fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 120, 254
HSL
300°, 99%, 73%
CMYK
0, 53, 0, 0
Luminance
0.4147
Every format
| HEX | #fd78fe |
| RGB | rgb(253, 120, 254) |
| HSL | hsl(300, 99%, 73%) |
| CMYK | cmyk(0%, 53%, 0%, 0%) |
| LAB | lab(70.5 67.9 -44.2) |
| LCH | lch(70.5 81.0 327.0) |
| OKLCH | oklch(0.774 0.224 327.2) |
Copy-ready code
/* CSS */
color: #fd78fe;
background-color: #fd78fe;
/* Tailwind (arbitrary) */
class="text-[#fd78fe] bg-[#fd78fe]"
/* SCSS */
$brand: #fd78fe;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.996)
/* Android */
Color.parseColor("#fd78fe")Accessibility — WCAG contrast
Aa
#fd78fe on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78fe on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta52.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fd78fe text on a black background
contrast 9.29:1
Card sample
#fd78fe text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78fe;
Background color
Panel with #fd78fe background
background-color: #fd78fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78fe; background: linear-gradient(135deg, #fd78fe, #FE78A5);