#fd45ec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 69, 236
HSL
306°, 98%, 63%
CMYK
0, 73, 7, 1
Luminance
0.3120
Every format
| HEX | #fd45ec |
| RGB | rgb(253, 69, 236) |
| HSL | hsl(306, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 7%, 1%) |
| LAB | lab(62.7 84.4 -46.5) |
| LCH | lch(62.7 96.4 331.1) |
| OKLCH | oklch(0.715 0.274 332.2) |
Copy-ready code
/* CSS */
color: #fd45ec;
background-color: #fd45ec;
/* Tailwind (arbitrary) */
class="text-[#fd45ec] bg-[#fd45ec]"
/* SCSS */
$brand: #fd45ec;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.925)
/* Android */
Color.parseColor("#fd45ec")Accessibility — WCAG contrast
Aa
#fd45ec on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd45ec on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow6.7%
Key (black)0.8%
Color previews
#fd45ec text on a black background
contrast 7.24:1
Card sample
#fd45ec text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45ec;
Background color
Panel with #fd45ec background
background-color: #fd45ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45ec; background: linear-gradient(135deg, #fd45ec, #FD4571);