#fd78eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 120, 235
HSL
308°, 97%, 73%
CMYK
0, 53, 7, 1
Luminance
0.4031
Every format
| HEX | #fd78eb |
| RGB | rgb(253, 120, 235) |
| HSL | hsl(308, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 7%, 1%) |
| LAB | lab(69.7 64.8 -35.0) |
| LCH | lch(69.7 73.6 331.6) |
| OKLCH | oklch(0.765 0.209 332.8) |
Copy-ready code
/* CSS */
color: #fd78eb;
background-color: #fd78eb;
/* Tailwind (arbitrary) */
class="text-[#fd78eb] bg-[#fd78eb]"
/* SCSS */
$brand: #fd78eb;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#fd78eb")Accessibility — WCAG contrast
Aa
#fd78eb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78eb on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow7.1%
Key (black)0.8%
Color previews
#fd78eb text on a black background
contrast 9.06:1
Card sample
#fd78eb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78eb;
Background color
Panel with #fd78eb background
background-color: #fd78eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78eb; background: linear-gradient(135deg, #fd78eb, #FD7892);