#fe2dda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 45, 218
HSL
310°, 99%, 59%
CMYK
0, 82, 14, 0
Luminance
0.2801
Every format
| HEX | #fe2dda |
| RGB | rgb(254, 45, 218) |
| HSL | hsl(310, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 14%, 0%) |
| LAB | lab(59.9 88.1 -40.8) |
| LCH | lch(59.9 97.1 335.2) |
| OKLCH | oklch(0.692 0.283 336.8) |
Copy-ready code
/* CSS */
color: #fe2dda;
background-color: #fe2dda;
/* Tailwind (arbitrary) */
class="text-[#fe2dda] bg-[#fe2dda]"
/* SCSS */
$brand: #fe2dda;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#fe2dda")Accessibility — WCAG contrast
Aa
#fe2dda on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2dda on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow14.2%
Key (black)0.4%
Color previews
#fe2dda text on a black background
contrast 6.60:1
Card sample
#fe2dda text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2dda;
Background color
Panel with #fe2dda background
background-color: #fe2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2dda; background: linear-gradient(135deg, #fe2dda, #FE2D4F);