#ff29af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 41, 175
HSL
322°, 100%, 58%
CMYK
0, 84, 31, 0
Luminance
0.2594
Every format
| HEX | #ff29af |
| RGB | rgb(255, 41, 175) |
| HSL | hsl(322, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 31%, 0%) |
| LAB | lab(58.0 84.1 -19.1) |
| LCH | lch(58.0 86.3 347.2) |
| OKLCH | oklch(0.673 0.263 349.0) |
Copy-ready code
/* CSS */
color: #ff29af;
background-color: #ff29af;
/* Tailwind (arbitrary) */
class="text-[#ff29af] bg-[#ff29af]"
/* SCSS */
$brand: #ff29af;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#ff29af")Accessibility — WCAG contrast
Aa
#ff29af on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff29af on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff29af text on a black background
contrast 6.19:1
Card sample
#ff29af text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff29af;
Background color
Panel with #ff29af background
background-color: #ff29af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff29af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff29af; background: linear-gradient(135deg, #ff29af, #FF3129);