#fe7cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 124, 223
HSL
314°, 99%, 74%
CMYK
0, 51, 12, 0
Luminance
0.4081
Every format
| HEX | #fe7cdf |
| RGB | rgb(254, 124, 223) |
| HSL | hsl(314, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 12%, 0%) |
| LAB | lab(70.0 61.3 -27.8) |
| LCH | lch(70.0 67.3 335.6) |
| OKLCH | oklch(0.767 0.194 337.3) |
Copy-ready code
/* CSS */
color: #fe7cdf;
background-color: #fe7cdf;
/* Tailwind (arbitrary) */
class="text-[#fe7cdf] bg-[#fe7cdf]"
/* SCSS */
$brand: #fe7cdf;
/* SwiftUI */
Color(red: 0.996, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#fe7cdf")Accessibility — WCAG contrast
Aa
#fe7cdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7cdf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe7cdf text on a black background
contrast 9.16:1
Card sample
#fe7cdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7cdf;
Background color
Panel with #fe7cdf background
background-color: #fe7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7cdf; background: linear-gradient(135deg, #fe7cdf, #FE7C88);