#fd4dae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 77, 174
HSL
327°, 98%, 65%
CMYK
0, 70, 31, 1
Luminance
0.2925
Every format
| HEX | #fd4dae |
| RGB | rgb(253, 77, 174) |
| HSL | hsl(327, 98%, 65%) |
| CMYK | cmyk(0%, 70%, 31%, 1%) |
| LAB | lab(61.0 73.9 -14.0) |
| LCH | lch(61.0 75.2 349.3) |
| OKLCH | oklch(0.694 0.229 350.9) |
Copy-ready code
/* CSS */
color: #fd4dae;
background-color: #fd4dae;
/* Tailwind (arbitrary) */
class="text-[#fd4dae] bg-[#fd4dae]"
/* SCSS */
$brand: #fd4dae;
/* SwiftUI */
Color(red: 0.992, green: 0.302, blue: 0.682)
/* Android */
Color.parseColor("#fd4dae")Accessibility — WCAG contrast
Aa
#fd4dae on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4dae on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow31.2%
Key (black)0.8%
Color previews
#fd4dae text on a black background
contrast 6.85:1
Card sample
#fd4dae text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4dae;
Background color
Panel with #fd4dae background
background-color: #fd4dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 77, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 77, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4dae; background: linear-gradient(135deg, #fd4dae, #FD614D);