#ff77fa
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 119, 250
HSL
302°, 100%, 73%
CMYK
0, 53, 2, 0
Luminance
0.4136
Every format
| HEX | #ff77fa |
| RGB | rgb(255, 119, 250) |
| HSL | hsl(302, 100%, 73%) |
| CMYK | cmyk(0%, 53%, 2%, 0%) |
| LAB | lab(70.4 68.2 -42.1) |
| LCH | lch(70.4 80.1 328.3) |
| OKLCH | oklch(0.773 0.224 328.9) |
Copy-ready code
/* CSS */
color: #ff77fa;
background-color: #ff77fa;
/* Tailwind (arbitrary) */
class="text-[#ff77fa] bg-[#ff77fa]"
/* SCSS */
$brand: #ff77fa;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.980)
/* Android */
Color.parseColor("#ff77fa")Accessibility — WCAG contrast
Aa
#ff77fa on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff77fa on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow2.0%
Key (black)0.0%
Color previews
#ff77fa text on a black background
contrast 9.27:1
Card sample
#ff77fa text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff77fa;
Background color
Panel with #ff77fa background
background-color: #ff77fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff77fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff77fa; background: linear-gradient(135deg, #ff77fa, #FF779F);