#fd44da
a balanced, electric magenta / pink · warm · closest name: violet
RGB
253, 68, 218
HSL
311°, 98%, 63%
CMYK
0, 73, 14, 1
Luminance
0.3008
Every format
| HEX | #fd44da |
| RGB | rgb(253, 68, 218) |
| HSL | hsl(311, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 14%, 1%) |
| LAB | lab(61.7 82.2 -38.0) |
| LCH | lch(61.7 90.5 335.2) |
| OKLCH | oklch(0.705 0.263 336.9) |
Copy-ready code
/* CSS */
color: #fd44da;
background-color: #fd44da;
/* Tailwind (arbitrary) */
class="text-[#fd44da] bg-[#fd44da]"
/* SCSS */
$brand: #fd44da;
/* SwiftUI */
Color(red: 0.992, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#fd44da")Accessibility — WCAG contrast
Aa
#fd44da on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd44da on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd44da text on a black background
contrast 7.02:1
Card sample
#fd44da text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd44da;
Background color
Panel with #fd44da background
background-color: #fd44da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd44da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd44da; background: linear-gradient(135deg, #fd44da, #FD445E);