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