#fd42af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 66, 175
HSL
325°, 98%, 63%
CMYK
0, 74, 31, 1
Luminance
0.2787
Every format
| HEX | #fd42af |
| RGB | rgb(253, 66, 175) |
| HSL | hsl(325, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 31%, 1%) |
| LAB | lab(59.8 77.5 -16.4) |
| LCH | lch(59.8 79.2 348.1) |
| OKLCH | oklch(0.685 0.241 349.7) |
Copy-ready code
/* CSS */
color: #fd42af;
background-color: #fd42af;
/* Tailwind (arbitrary) */
class="text-[#fd42af] bg-[#fd42af]"
/* SCSS */
$brand: #fd42af;
/* SwiftUI */
Color(red: 0.992, green: 0.259, blue: 0.686)
/* Android */
Color.parseColor("#fd42af")Accessibility — WCAG contrast
Aa
#fd42af on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd42af on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow30.8%
Key (black)0.8%
Color previews
#fd42af text on a black background
contrast 6.57:1
Card sample
#fd42af text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd42af;
Background color
Panel with #fd42af background
background-color: #fd42af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd42af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 66, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 66, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd42af; background: linear-gradient(135deg, #fd42af, #FD5142);