#fd2eca
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 46, 202
HSL
315°, 98%, 59%
CMYK
0, 82, 20, 1
Luminance
0.2710
Every format
| HEX | #fd2eca |
| RGB | rgb(253, 46, 202) |
| HSL | hsl(315, 98%, 59%) |
| CMYK | cmyk(0%, 82%, 20%, 1%) |
| LAB | lab(59.1 85.7 -33.0) |
| LCH | lch(59.1 91.9 338.9) |
| OKLCH | oklch(0.683 0.272 340.9) |
Copy-ready code
/* CSS */
color: #fd2eca;
background-color: #fd2eca;
/* Tailwind (arbitrary) */
class="text-[#fd2eca] bg-[#fd2eca]"
/* SCSS */
$brand: #fd2eca;
/* SwiftUI */
Color(red: 0.992, green: 0.180, blue: 0.792)
/* Android */
Color.parseColor("#fd2eca")Accessibility — WCAG contrast
Aa
#fd2eca on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2eca on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.0%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow20.2%
Key (black)0.8%
Color previews
#fd2eca text on a black background
contrast 6.42:1
Card sample
#fd2eca text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2eca;
Background color
Panel with #fd2eca background
background-color: #fd2eca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2eca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 46, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 46, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2eca; background: linear-gradient(135deg, #fd2eca, #FD2E40);