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