#fd4ab4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 74, 180
HSL
325°, 98%, 64%
CMYK
0, 71, 29, 1
Luminance
0.2908
Every format
| HEX | #fd4ab4 |
| RGB | rgb(253, 74, 180) |
| HSL | hsl(325, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 29%, 1%) |
| LAB | lab(60.9 75.6 -17.7) |
| LCH | lch(60.9 77.6 346.8) |
| OKLCH | oklch(0.694 0.235 348.6) |
Copy-ready code
/* CSS */
color: #fd4ab4;
background-color: #fd4ab4;
/* Tailwind (arbitrary) */
class="text-[#fd4ab4] bg-[#fd4ab4]"
/* SCSS */
$brand: #fd4ab4;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.706)
/* Android */
Color.parseColor("#fd4ab4")Accessibility — WCAG contrast
Aa
#fd4ab4 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4ab4 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow28.9%
Key (black)0.8%
Color previews
#fd4ab4 text on a black background
contrast 6.82:1
Card sample
#fd4ab4 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4ab4;
Background color
Panel with #fd4ab4 background
background-color: #fd4ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4ab4; background: linear-gradient(135deg, #fd4ab4, #FD574A);