#fd78ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 120, 255
HSL
299°, 100%, 74%
CMYK
1, 53, 0, 0
Luminance
0.4154
Every format
| HEX | #fd78ff |
| RGB | rgb(253, 120, 255) |
| HSL | hsl(299, 100%, 74%) |
| CMYK | cmyk(1%, 53%, 0%, 0%) |
| LAB | lab(70.5 68.1 -44.6) |
| LCH | lch(70.5 81.4 326.7) |
| OKLCH | oklch(0.775 0.225 326.9) |
Copy-ready code
/* CSS */
color: #fd78ff;
background-color: #fd78ff;
/* Tailwind (arbitrary) */
class="text-[#fd78ff] bg-[#fd78ff]"
/* SCSS */
$brand: #fd78ff;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 1.000)
/* Android */
Color.parseColor("#fd78ff")Accessibility — WCAG contrast
Aa
#fd78ff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78ff on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta52.9%
Yellow0.0%
Key (black)0.0%
Color previews
#fd78ff text on a black background
contrast 9.31:1
Card sample
#fd78ff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78ff;
Background color
Panel with #fd78ff background
background-color: #fd78ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78ff; background: linear-gradient(135deg, #fd78ff, #FF78A7);