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