#fd44ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 68, 172
HSL
326°, 98%, 63%
CMYK
0, 73, 32, 1
Luminance
0.2800
Every format
| HEX | #fd44ac |
| RGB | rgb(253, 68, 172) |
| HSL | hsl(326, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 32%, 1%) |
| LAB | lab(59.9 76.6 -14.5) |
| LCH | lch(59.9 77.9 349.3) |
| OKLCH | oklch(0.686 0.237 350.9) |
Copy-ready code
/* CSS */
color: #fd44ac;
background-color: #fd44ac;
/* Tailwind (arbitrary) */
class="text-[#fd44ac] bg-[#fd44ac]"
/* SCSS */
$brand: #fd44ac;
/* SwiftUI */
Color(red: 0.992, green: 0.267, blue: 0.675)
/* Android */
Color.parseColor("#fd44ac")Accessibility — WCAG contrast
Aa
#fd44ac on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd44ac on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow32.0%
Key (black)0.8%
Color previews
#fd44ac text on a black background
contrast 6.60:1
Card sample
#fd44ac text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd44ac;
Background color
Panel with #fd44ac background
background-color: #fd44ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd44ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 68, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 68, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd44ac; background: linear-gradient(135deg, #fd44ac, #FD5744);