#fd80fd
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 128, 253
HSL
300°, 97%, 75%
CMYK
0, 49, 0, 1
Luminance
0.4341
Every format
| HEX | #fd80fd |
| RGB | rgb(253, 128, 253) |
| HSL | hsl(300, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 0%, 1%) |
| LAB | lab(71.8 64.1 -41.5) |
| LCH | lch(71.8 76.3 327.0) |
| OKLCH | oklch(0.784 0.211 327.4) |
Copy-ready code
/* CSS */
color: #fd80fd;
background-color: #fd80fd;
/* Tailwind (arbitrary) */
class="text-[#fd80fd] bg-[#fd80fd]"
/* SCSS */
$brand: #fd80fd;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#fd80fd")Accessibility — WCAG contrast
Aa
#fd80fd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd80fd on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fd80fd text on a black background
contrast 9.68:1
Card sample
#fd80fd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd80fd;
Background color
Panel with #fd80fd background
background-color: #fd80fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd80fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd80fd; background: linear-gradient(135deg, #fd80fd, #FD80AA);