#fc7df4
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 125, 244
HSL
304°, 96%, 74%
CMYK
0, 50, 3, 1
Luminance
0.4189
Every format
| HEX | #fc7df4 |
| RGB | rgb(252, 125, 244) |
| HSL | hsl(304, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 3%, 1%) |
| LAB | lab(70.8 63.7 -38.3) |
| LCH | lch(70.8 74.3 329.0) |
| OKLCH | oklch(0.775 0.208 329.8) |
Copy-ready code
/* CSS */
color: #fc7df4;
background-color: #fc7df4;
/* Tailwind (arbitrary) */
class="text-[#fc7df4] bg-[#fc7df4]"
/* SCSS */
$brand: #fc7df4;
/* SwiftUI */
Color(red: 0.988, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#fc7df4")Accessibility — WCAG contrast
Aa
#fc7df4 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7df4 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow3.2%
Key (black)1.2%
Color previews
#fc7df4 text on a black background
contrast 9.38:1
Card sample
#fc7df4 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7df4;
Background color
Panel with #fc7df4 background
background-color: #fc7df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7df4; background: linear-gradient(135deg, #fc7df4, #FC7D9F);