#fd429f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 66, 159
HSL
330°, 98%, 63%
CMYK
0, 74, 37, 1
Luminance
0.2728
Every format
| HEX | #fd429f |
| RGB | rgb(253, 66, 159) |
| HSL | hsl(330, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 37%, 1%) |
| LAB | lab(59.2 75.8 -7.9) |
| LCH | lch(59.2 76.2 354.0) |
| OKLCH | oklch(0.679 0.234 355.1) |
Copy-ready code
/* CSS */
color: #fd429f;
background-color: #fd429f;
/* Tailwind (arbitrary) */
class="text-[#fd429f] bg-[#fd429f]"
/* SCSS */
$brand: #fd429f;
/* SwiftUI */
Color(red: 0.992, green: 0.259, blue: 0.624)
/* Android */
Color.parseColor("#fd429f")Accessibility — WCAG contrast
Aa
#fd429f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd429f on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow37.2%
Key (black)0.8%
Color previews
#fd429f text on a black background
contrast 6.46:1
Card sample
#fd429f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd429f;
Background color
Panel with #fd429f background
background-color: #fd429f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd429f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 66, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 66, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd429f; background: linear-gradient(135deg, #fd429f, #FD6242);