#ff29d0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 41, 208
HSL
313°, 100%, 58%
CMYK
0, 84, 18, 0
Luminance
0.2740
Every format
| HEX | #ff29d0 |
| RGB | rgb(255, 41, 208) |
| HSL | hsl(313, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 18%, 0%) |
| LAB | lab(59.4 87.8 -36.0) |
| LCH | lch(59.4 94.9 337.7) |
| OKLCH | oklch(0.687 0.280 339.6) |
Copy-ready code
/* CSS */
color: #ff29d0;
background-color: #ff29d0;
/* Tailwind (arbitrary) */
class="text-[#ff29d0] bg-[#ff29d0]"
/* SCSS */
$brand: #ff29d0;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.816)
/* Android */
Color.parseColor("#ff29d0")Accessibility — WCAG contrast
Aa
#ff29d0 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff29d0 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow18.4%
Key (black)0.0%
Color previews
#ff29d0 text on a black background
contrast 6.48:1
Card sample
#ff29d0 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff29d0;
Background color
Panel with #ff29d0 background
background-color: #ff29d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff29d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff29d0; background: linear-gradient(135deg, #ff29d0, #FF2941);