#ff29b3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 41, 179
HSL
321°, 100%, 58%
CMYK
0, 84, 30, 0
Luminance
0.2610
Every format
| HEX | #ff29b3 |
| RGB | rgb(255, 41, 179) |
| HSL | hsl(321, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 30%, 0%) |
| LAB | lab(58.1 84.5 -21.2) |
| LCH | lch(58.1 87.2 345.9) |
| OKLCH | oklch(0.674 0.265 347.8) |
Copy-ready code
/* CSS */
color: #ff29b3;
background-color: #ff29b3;
/* Tailwind (arbitrary) */
class="text-[#ff29b3] bg-[#ff29b3]"
/* SCSS */
$brand: #ff29b3;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.702)
/* Android */
Color.parseColor("#ff29b3")Accessibility — WCAG contrast
Aa
#ff29b3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff29b3 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow29.8%
Key (black)0.0%
Color previews
#ff29b3 text on a black background
contrast 6.22:1
Card sample
#ff29b3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff29b3;
Background color
Panel with #ff29b3 background
background-color: #ff29b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff29b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff29b3; background: linear-gradient(135deg, #ff29b3, #FF2D29);