#fe42df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 66, 223
HSL
310°, 99%, 63%
CMYK
0, 74, 12, 0
Luminance
0.3029
Every format
| HEX | #fe42df |
| RGB | rgb(254, 66, 223) |
| HSL | hsl(310, 99%, 63%) |
| CMYK | cmyk(0%, 74%, 12%, 0%) |
| LAB | lab(61.9 83.7 -40.5) |
| LCH | lch(61.9 93.0 334.2) |
| OKLCH | oklch(0.707 0.269 335.7) |
Copy-ready code
/* CSS */
color: #fe42df;
background-color: #fe42df;
/* Tailwind (arbitrary) */
class="text-[#fe42df] bg-[#fe42df]"
/* SCSS */
$brand: #fe42df;
/* SwiftUI */
Color(red: 0.996, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#fe42df")Accessibility — WCAG contrast
Aa
#fe42df on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe42df on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green25.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fe42df text on a black background
contrast 7.06:1
Card sample
#fe42df text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe42df;
Background color
Panel with #fe42df background
background-color: #fe42df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe42df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe42df; background: linear-gradient(135deg, #fe42df, #FE4261);