#fe7fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 127, 223
HSL
315°, 98%, 75%
CMYK
0, 50, 12, 0
Luminance
0.4158
Every format
| HEX | #fe7fdf |
| RGB | rgb(254, 127, 223) |
| HSL | hsl(315, 98%, 75%) |
| CMYK | cmyk(0%, 50%, 12%, 0%) |
| LAB | lab(70.6 59.9 -27.0) |
| LCH | lch(70.6 65.7 335.7) |
| OKLCH | oklch(0.771 0.190 337.4) |
Copy-ready code
/* CSS */
color: #fe7fdf;
background-color: #fe7fdf;
/* Tailwind (arbitrary) */
class="text-[#fe7fdf] bg-[#fe7fdf]"
/* SCSS */
$brand: #fe7fdf;
/* SwiftUI */
Color(red: 0.996, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#fe7fdf")Accessibility — WCAG contrast
Aa
#fe7fdf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7fdf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fe7fdf text on a black background
contrast 9.32:1
Card sample
#fe7fdf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7fdf;
Background color
Panel with #fe7fdf background
background-color: #fe7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7fdf; background: linear-gradient(135deg, #fe7fdf, #FE7F8A);