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