#fd2eed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 46, 237
HSL
305°, 98%, 59%
CMYK
0, 82, 6, 1
Luminance
0.2895
Every format
| HEX | #fd2eed |
| RGB | rgb(253, 46, 237) |
| HSL | hsl(305, 98%, 59%) |
| CMYK | cmyk(0%, 82%, 6%, 1%) |
| LAB | lab(60.7 90.3 -50.2) |
| LCH | lch(60.7 103.3 330.9) |
| OKLCH | oklch(0.701 0.294 331.9) |
Copy-ready code
/* CSS */
color: #fd2eed;
background-color: #fd2eed;
/* Tailwind (arbitrary) */
class="text-[#fd2eed] bg-[#fd2eed]"
/* SCSS */
$brand: #fd2eed;
/* SwiftUI */
Color(red: 0.992, green: 0.180, blue: 0.929)
/* Android */
Color.parseColor("#fd2eed")Accessibility — WCAG contrast
Aa
#fd2eed on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2eed on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.0%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow6.3%
Key (black)0.8%
Color previews
#fd2eed text on a black background
contrast 6.79:1
Card sample
#fd2eed text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2eed;
Background color
Panel with #fd2eed background
background-color: #fd2eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 46, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 46, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2eed; background: linear-gradient(135deg, #fd2eed, #FD2E63);