#fd41c4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 65, 196
HSL
318°, 98%, 62%
CMYK
0, 74, 23, 1
Luminance
0.2865
Every format
| HEX | #fd41c4 |
| RGB | rgb(253, 65, 196) |
| HSL | hsl(318, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 23%, 1%) |
| LAB | lab(60.5 80.3 -27.4) |
| LCH | lch(60.5 84.8 341.1) |
| OKLCH | oklch(0.693 0.253 343.1) |
Copy-ready code
/* CSS */
color: #fd41c4;
background-color: #fd41c4;
/* Tailwind (arbitrary) */
class="text-[#fd41c4] bg-[#fd41c4]"
/* SCSS */
$brand: #fd41c4;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.769)
/* Android */
Color.parseColor("#fd41c4")Accessibility — WCAG contrast
Aa
#fd41c4 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd41c4 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow22.5%
Key (black)0.8%
Color previews
#fd41c4 text on a black background
contrast 6.73:1
Card sample
#fd41c4 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd41c4;
Background color
Panel with #fd41c4 background
background-color: #fd41c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd41c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd41c4; background: linear-gradient(135deg, #fd41c4, #FD4147);