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