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