#fd45aa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 69, 170
HSL
327°, 98%, 63%
CMYK
0, 73, 33, 1
Luminance
0.2804
Every format
| HEX | #fd45aa |
| RGB | rgb(253, 69, 170) |
| HSL | hsl(327, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 33%, 1%) |
| LAB | lab(59.9 76.0 -13.3) |
| LCH | lch(59.9 77.2 350.1) |
| OKLCH | oklch(0.686 0.235 351.6) |
Copy-ready code
/* CSS */
color: #fd45aa;
background-color: #fd45aa;
/* Tailwind (arbitrary) */
class="text-[#fd45aa] bg-[#fd45aa]"
/* SCSS */
$brand: #fd45aa;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.667)
/* Android */
Color.parseColor("#fd45aa")Accessibility — WCAG contrast
Aa
#fd45aa on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd45aa on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow32.8%
Key (black)0.8%
Color previews
#fd45aa text on a black background
contrast 6.61:1
Card sample
#fd45aa text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45aa;
Background color
Panel with #fd45aa background
background-color: #fd45aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45aa; background: linear-gradient(135deg, #fd45aa, #FD5B45);