#fd1eed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 30, 237
HSL
304°, 98%, 56%
CMYK
0, 88, 6, 1
Luminance
0.2793
Every format
| HEX | #fd1eed |
| RGB | rgb(253, 30, 237) |
| HSL | hsl(304, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 6%, 1%) |
| LAB | lab(59.8 93.0 -51.6) |
| LCH | lch(59.8 106.3 331.0) |
| OKLCH | oklch(0.694 0.302 331.9) |
Copy-ready code
/* CSS */
color: #fd1eed;
background-color: #fd1eed;
/* Tailwind (arbitrary) */
class="text-[#fd1eed] bg-[#fd1eed]"
/* SCSS */
$brand: #fd1eed;
/* SwiftUI */
Color(red: 0.992, green: 0.118, blue: 0.929)
/* Android */
Color.parseColor("#fd1eed")Accessibility — WCAG contrast
Aa
#fd1eed on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1eed on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green11.8%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow6.3%
Key (black)0.8%
Color previews
#fd1eed text on a black background
contrast 6.59:1
Card sample
#fd1eed text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1eed;
Background color
Panel with #fd1eed background
background-color: #fd1eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 30, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 30, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1eed; background: linear-gradient(135deg, #fd1eed, #FD1E58);