#fd41ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 65, 206
HSL
315°, 98%, 62%
CMYK
0, 74, 19, 1
Luminance
0.2912
Every format
| HEX | #fd41ce |
| RGB | rgb(253, 65, 206) |
| HSL | hsl(315, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 19%, 1%) |
| LAB | lab(60.9 81.5 -32.5) |
| LCH | lch(60.9 87.7 338.3) |
| OKLCH | oklch(0.697 0.259 340.2) |
Copy-ready code
/* CSS */
color: #fd41ce;
background-color: #fd41ce;
/* Tailwind (arbitrary) */
class="text-[#fd41ce] bg-[#fd41ce]"
/* SCSS */
$brand: #fd41ce;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.808)
/* Android */
Color.parseColor("#fd41ce")Accessibility — WCAG contrast
Aa
#fd41ce on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd41ce on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow18.6%
Key (black)0.8%
Color previews
#fd41ce text on a black background
contrast 6.82:1
Card sample
#fd41ce text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd41ce;
Background color
Panel with #fd41ce background
background-color: #fd41ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd41ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd41ce; background: linear-gradient(135deg, #fd41ce, #FD4151);