#fd45e3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 69, 227
HSL
309°, 98%, 63%
CMYK
0, 73, 10, 1
Luminance
0.3068
Every format
| HEX | #fd45e3 |
| RGB | rgb(253, 69, 227) |
| HSL | hsl(309, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 10%, 1%) |
| LAB | lab(62.2 83.2 -42.2) |
| LCH | lch(62.2 93.3 333.1) |
| OKLCH | oklch(0.710 0.268 334.5) |
Copy-ready code
/* CSS */
color: #fd45e3;
background-color: #fd45e3;
/* Tailwind (arbitrary) */
class="text-[#fd45e3] bg-[#fd45e3]"
/* SCSS */
$brand: #fd45e3;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.890)
/* Android */
Color.parseColor("#fd45e3")Accessibility — WCAG contrast
Aa
#fd45e3 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd45e3 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow10.3%
Key (black)0.8%
Color previews
#fd45e3 text on a black background
contrast 7.14:1
Card sample
#fd45e3 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45e3;
Background color
Panel with #fd45e3 background
background-color: #fd45e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45e3; background: linear-gradient(135deg, #fd45e3, #FD4568);