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