#ff78e2
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 120, 226
HSL
313°, 100%, 74%
CMYK
0, 53, 11, 0
Luminance
0.4018
Every format
| HEX | #ff78e2 |
| RGB | rgb(255, 120, 226) |
| HSL | hsl(313, 100%, 74%) |
| CMYK | cmyk(0%, 53%, 11%, 0%) |
| LAB | lab(69.6 63.9 -30.2) |
| LCH | lch(69.6 70.7 334.7) |
| OKLCH | oklch(0.764 0.203 336.3) |
Copy-ready code
/* CSS */
color: #ff78e2;
background-color: #ff78e2;
/* Tailwind (arbitrary) */
class="text-[#ff78e2] bg-[#ff78e2]"
/* SCSS */
$brand: #ff78e2;
/* SwiftUI */
Color(red: 1.000, green: 0.471, blue: 0.886)
/* Android */
Color.parseColor("#ff78e2")Accessibility — WCAG contrast
Aa
#ff78e2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff78e2 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.1%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow11.4%
Key (black)0.0%
Color previews
#ff78e2 text on a black background
contrast 9.04:1
Card sample
#ff78e2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff78e2;
Background color
Panel with #ff78e2 background
background-color: #ff78e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff78e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 120, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 120, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff78e2; background: linear-gradient(135deg, #ff78e2, #FF7888);