#ff77e3
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 119, 227
HSL
312°, 100%, 73%
CMYK
0, 53, 11, 0
Luminance
0.4000
Every format
| HEX | #ff77e3 |
| RGB | rgb(255, 119, 227) |
| HSL | hsl(312, 100%, 73%) |
| CMYK | cmyk(0%, 53%, 11%, 0%) |
| LAB | lab(69.5 64.5 -30.9) |
| LCH | lch(69.5 71.5 334.4) |
| OKLCH | oklch(0.763 0.205 336.0) |
Copy-ready code
/* CSS */
color: #ff77e3;
background-color: #ff77e3;
/* Tailwind (arbitrary) */
class="text-[#ff77e3] bg-[#ff77e3]"
/* SCSS */
$brand: #ff77e3;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.890)
/* Android */
Color.parseColor("#ff77e3")Accessibility — WCAG contrast
Aa
#ff77e3 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff77e3 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow11.0%
Key (black)0.0%
Color previews
#ff77e3 text on a black background
contrast 9.00:1
Card sample
#ff77e3 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff77e3;
Background color
Panel with #ff77e3 background
background-color: #ff77e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff77e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff77e3; background: linear-gradient(135deg, #ff77e3, #FF7788);