#fe74df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 116, 223
HSL
314°, 99%, 73%
CMYK
0, 54, 12, 0
Luminance
0.3889
Every format
| HEX | #fe74df |
| RGB | rgb(254, 116, 223) |
| HSL | hsl(314, 99%, 73%) |
| CMYK | cmyk(0%, 54%, 12%, 0%) |
| LAB | lab(68.7 65.0 -29.9) |
| LCH | lch(68.7 71.5 335.3) |
| OKLCH | oklch(0.757 0.206 336.9) |
Copy-ready code
/* CSS */
color: #fe74df;
background-color: #fe74df;
/* Tailwind (arbitrary) */
class="text-[#fe74df] bg-[#fe74df]"
/* SCSS */
$brand: #fe74df;
/* SwiftUI */
Color(red: 0.996, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#fe74df")Accessibility — WCAG contrast
Aa
#fe74df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe74df on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow12.2%
Key (black)0.4%
Color previews
#fe74df text on a black background
contrast 8.78:1
Card sample
#fe74df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe74df;
Background color
Panel with #fe74df background
background-color: #fe74df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe74df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe74df; background: linear-gradient(135deg, #fe74df, #FE7483);