#ff80fd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 128, 253
HSL
301°, 100%, 75%
CMYK
0, 50, 1, 0
Luminance
0.4379
Every format
| HEX | #ff80fd |
| RGB | rgb(255, 128, 253) |
| HSL | hsl(301, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 1%, 0%) |
| LAB | lab(72.1 64.6 -41.1) |
| LCH | lch(72.1 76.6 327.5) |
| OKLCH | oklch(0.786 0.213 328.0) |
Copy-ready code
/* CSS */
color: #ff80fd;
background-color: #ff80fd;
/* Tailwind (arbitrary) */
class="text-[#ff80fd] bg-[#ff80fd]"
/* SCSS */
$brand: #ff80fd;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#ff80fd")Accessibility — WCAG contrast
Aa
#ff80fd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff80fd on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow0.8%
Key (black)0.0%
Color previews
#ff80fd text on a black background
contrast 9.76:1
Card sample
#ff80fd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff80fd;
Background color
Panel with #ff80fd background
background-color: #ff80fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff80fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff80fd; background: linear-gradient(135deg, #ff80fd, #FF80A8);