#fc7cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 124, 223
HSL
314°, 96%, 74%
CMYK
0, 51, 12, 1
Luminance
0.4044
Every format
| HEX | #fc7cdf |
| RGB | rgb(252, 124, 223) |
| HSL | hsl(314, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 12%, 1%) |
| LAB | lab(69.8 60.8 -28.3) |
| LCH | lch(69.8 67.0 335.1) |
| OKLCH | oklch(0.764 0.193 336.7) |
Copy-ready code
/* CSS */
color: #fc7cdf;
background-color: #fc7cdf;
/* Tailwind (arbitrary) */
class="text-[#fc7cdf] bg-[#fc7cdf]"
/* SCSS */
$brand: #fc7cdf;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#fc7cdf")Accessibility — WCAG contrast
Aa
#fc7cdf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7cdf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc7cdf text on a black background
contrast 9.09:1
Card sample
#fc7cdf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7cdf;
Background color
Panel with #fc7cdf background
background-color: #fc7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7cdf; background: linear-gradient(135deg, #fc7cdf, #FC7C8A);