#fc77fd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 119, 253
HSL
300°, 97%, 73%
CMYK
0, 53, 0, 1
Luminance
0.4098
Every format
| HEX | #fc77fd |
| RGB | rgb(252, 119, 253) |
| HSL | hsl(300, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 0%, 1%) |
| LAB | lab(70.2 67.9 -44.2) |
| LCH | lch(70.2 81.0 327.0) |
| OKLCH | oklch(0.771 0.224 327.2) |
Copy-ready code
/* CSS */
color: #fc77fd;
background-color: #fc77fd;
/* Tailwind (arbitrary) */
class="text-[#fc77fd] bg-[#fc77fd]"
/* SCSS */
$brand: #fc77fd;
/* SwiftUI */
Color(red: 0.988, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#fc77fd")Accessibility — WCAG contrast
Aa
#fc77fd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc77fd on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green46.7%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fc77fd text on a black background
contrast 9.20:1
Card sample
#fc77fd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc77fd;
Background color
Panel with #fc77fd background
background-color: #fc77fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc77fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc77fd; background: linear-gradient(135deg, #fc77fd, #FD77A4);