#fd45ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 69, 206
HSL
315°, 98%, 63%
CMYK
0, 73, 19, 1
Luminance
0.2960
Every format
| HEX | #fd45ce |
| RGB | rgb(253, 69, 206) |
| HSL | hsl(315, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 19%, 1%) |
| LAB | lab(61.3 80.3 -31.8) |
| LCH | lch(61.3 86.4 338.4) |
| OKLCH | oklch(0.700 0.255 340.3) |
Copy-ready code
/* CSS */
color: #fd45ce;
background-color: #fd45ce;
/* Tailwind (arbitrary) */
class="text-[#fd45ce] bg-[#fd45ce]"
/* SCSS */
$brand: #fd45ce;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#fd45ce")Accessibility — WCAG contrast
Aa
#fd45ce on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd45ce on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow18.6%
Key (black)0.8%
Color previews
#fd45ce text on a black background
contrast 6.92:1
Card sample
#fd45ce text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45ce;
Background color
Panel with #fd45ce background
background-color: #fd45ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45ce; background: linear-gradient(135deg, #fd45ce, #FD4553);