#fe5cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 92, 223
HSL
312°, 99%, 68%
CMYK
0, 64, 12, 0
Luminance
0.3405
Every format
| HEX | #fe5cdf |
| RGB | rgb(254, 92, 223) |
| HSL | hsl(312, 99%, 68%) |
| CMYK | cmyk(0%, 64%, 12%, 0%) |
| LAB | lab(65.0 75.0 -35.6) |
| LCH | lch(65.0 83.0 334.6) |
| OKLCH | oklch(0.730 0.240 336.2) |
Copy-ready code
/* CSS */
color: #fe5cdf;
background-color: #fe5cdf;
/* Tailwind (arbitrary) */
class="text-[#fe5cdf] bg-[#fe5cdf]"
/* SCSS */
$brand: #fe5cdf;
/* SwiftUI */
Color(red: 0.996, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#fe5cdf")Accessibility — WCAG contrast
Aa
#fe5cdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5cdf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fe5cdf text on a black background
contrast 7.81:1
Card sample
#fe5cdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5cdf;
Background color
Panel with #fe5cdf background
background-color: #fe5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5cdf; background: linear-gradient(135deg, #fe5cdf, #FE5C73);