#ff29e7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 41, 231
HSL
307°, 100%, 58%
CMYK
0, 84, 9, 0
Luminance
0.2862
Every format
| HEX | #ff29e7 |
| RGB | rgb(255, 41, 231) |
| HSL | hsl(307, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 9%, 0%) |
| LAB | lab(60.5 90.8 -47.3) |
| LCH | lch(60.5 102.4 332.5) |
| OKLCH | oklch(0.698 0.294 333.8) |
Copy-ready code
/* CSS */
color: #ff29e7;
background-color: #ff29e7;
/* Tailwind (arbitrary) */
class="text-[#ff29e7] bg-[#ff29e7]"
/* SCSS */
$brand: #ff29e7;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.906)
/* Android */
Color.parseColor("#ff29e7")Accessibility — WCAG contrast
Aa
#ff29e7 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff29e7 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow9.4%
Key (black)0.0%
Color previews
#ff29e7 text on a black background
contrast 6.72:1
Card sample
#ff29e7 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff29e7;
Background color
Panel with #ff29e7 background
background-color: #ff29e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff29e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff29e7; background: linear-gradient(135deg, #ff29e7, #FF2958);