#fc80df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 128, 223
HSL
314°, 95%, 75%
CMYK
0, 49, 12, 1
Luminance
0.4146
Every format
| HEX | #fc80df |
| RGB | rgb(252, 128, 223) |
| HSL | hsl(314, 95%, 75%) |
| CMYK | cmyk(0%, 49%, 12%, 1%) |
| LAB | lab(70.5 58.9 -27.2) |
| LCH | lch(70.5 64.8 335.2) |
| OKLCH | oklch(0.770 0.186 336.9) |
Copy-ready code
/* CSS */
color: #fc80df;
background-color: #fc80df;
/* Tailwind (arbitrary) */
class="text-[#fc80df] bg-[#fc80df]"
/* SCSS */
$brand: #fc80df;
/* SwiftUI */
Color(red: 0.988, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#fc80df")Accessibility — WCAG contrast
Aa
#fc80df on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc80df on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fc80df text on a black background
contrast 9.29:1
Card sample
#fc80df text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc80df;
Background color
Panel with #fc80df background
background-color: #fc80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc80df; background: linear-gradient(135deg, #fc80df, #FC808C);