#fc77da
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 119, 218
HSL
315°, 96%, 73%
CMYK
0, 53, 14, 1
Luminance
0.3895
Every format
| HEX | #fc77da |
| RGB | rgb(252, 119, 218) |
| HSL | hsl(315, 96%, 73%) |
| CMYK | cmyk(0%, 53%, 14%, 1%) |
| LAB | lab(68.7 62.3 -27.1) |
| LCH | lch(68.7 68.0 336.5) |
| OKLCH | oklch(0.756 0.197 338.2) |
Copy-ready code
/* CSS */
color: #fc77da;
background-color: #fc77da;
/* Tailwind (arbitrary) */
class="text-[#fc77da] bg-[#fc77da]"
/* SCSS */
$brand: #fc77da;
/* SwiftUI */
Color(red: 0.988, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#fc77da")Accessibility — WCAG contrast
Aa
#fc77da on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc77da on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green46.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow13.5%
Key (black)1.2%
Color previews
#fc77da text on a black background
contrast 8.79:1
Card sample
#fc77da text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc77da;
Background color
Panel with #fc77da background
background-color: #fc77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc77da; background: linear-gradient(135deg, #fc77da, #FC7781);