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