#cd29df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 41, 223
HSL
294°, 74%, 52%
CMYK
8, 82, 0, 13
Luminance
0.1989
Every format
| HEX | #cd29df |
| RGB | rgb(205, 41, 223) |
| HSL | hsl(294, 74%, 52%) |
| CMYK | cmyk(8%, 82%, 0%, 13%) |
| LAB | lab(51.7 80.6 -57.1) |
| LCH | lch(51.7 98.8 324.7) |
| OKLCH | oklch(0.620 0.268 323.4) |
Copy-ready code
/* CSS */
color: #cd29df;
background-color: #cd29df;
/* Tailwind (arbitrary) */
class="text-[#cd29df] bg-[#cd29df]"
/* SCSS */
$brand: #cd29df;
/* SwiftUI */
Color(red: 0.804, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#cd29df")Accessibility — WCAG contrast
Aa
#cd29df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd29df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green16.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cd29df text on a black background
contrast 4.98:1
Card sample
#cd29df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd29df;
Background color
Panel with #cd29df background
background-color: #cd29df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd29df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd29df; background: linear-gradient(135deg, #cd29df, #DF2978);