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