#fd74ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 116, 173
HSL
335°, 97%, 72%
CMYK
0, 54, 32, 1
Luminance
0.3639
Every format
| HEX | #fd74ad |
| RGB | rgb(253, 116, 173) |
| HSL | hsl(335, 97%, 72%) |
| CMYK | cmyk(0%, 54%, 32%, 1%) |
| LAB | lab(66.8 57.9 -4.7) |
| LCH | lch(66.8 58.1 355.3) |
| OKLCH | oklch(0.737 0.176 356.2) |
Copy-ready code
/* CSS */
color: #fd74ad;
background-color: #fd74ad;
/* Tailwind (arbitrary) */
class="text-[#fd74ad] bg-[#fd74ad]"
/* SCSS */
$brand: #fd74ad;
/* SwiftUI */
Color(red: 0.992, green: 0.455, blue: 0.678)
/* Android */
Color.parseColor("#fd74ad")Accessibility — WCAG contrast
Aa
#fd74ad on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd74ad on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow31.6%
Key (black)0.8%
Color previews
#fd74ad text on a black background
contrast 8.28:1
Card sample
#fd74ad text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd74ad;
Background color
Panel with #fd74ad background
background-color: #fd74ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd74ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 116, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 116, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd74ad; background: linear-gradient(135deg, #fd74ad, #FD9674);