#fd29ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 41, 206
HSL
313°, 98%, 58%
CMYK
0, 84, 19, 1
Luminance
0.2692
Every format
| HEX | #fd29ce |
| RGB | rgb(253, 41, 206) |
| HSL | hsl(313, 98%, 58%) |
| CMYK | cmyk(0%, 84%, 19%, 1%) |
| LAB | lab(58.9 87.2 -35.5) |
| LCH | lch(58.9 94.2 337.8) |
| OKLCH | oklch(0.683 0.278 339.7) |
Copy-ready code
/* CSS */
color: #fd29ce;
background-color: #fd29ce;
/* Tailwind (arbitrary) */
class="text-[#fd29ce] bg-[#fd29ce]"
/* SCSS */
$brand: #fd29ce;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.808)
/* Android */
Color.parseColor("#fd29ce")Accessibility — WCAG contrast
Aa
#fd29ce on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd29ce on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow18.6%
Key (black)0.8%
Color previews
#fd29ce text on a black background
contrast 6.38:1
Card sample
#fd29ce text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd29ce;
Background color
Panel with #fd29ce background
background-color: #fd29ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd29ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd29ce; background: linear-gradient(135deg, #fd29ce, #FD2941);