#cd29b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 41, 178
HSL
310°, 67%, 48%
CMYK
0, 80, 13, 20
Luminance
0.1778
Every format
| HEX | #cd29b2 |
| RGB | rgb(205, 41, 178) |
| HSL | hsl(310, 67%, 48%) |
| CMYK | cmyk(0%, 80%, 13%, 20%) |
| LAB | lab(49.2 73.8 -35.1) |
| LCH | lch(49.2 81.7 334.5) |
| OKLCH | oklch(0.594 0.237 336.1) |
Copy-ready code
/* CSS */
color: #cd29b2;
background-color: #cd29b2;
/* Tailwind (arbitrary) */
class="text-[#cd29b2] bg-[#cd29b2]"
/* SCSS */
$brand: #cd29b2;
/* SwiftUI */
Color(red: 0.804, green: 0.161, blue: 0.698)
/* Android */
Color.parseColor("#cd29b2")Accessibility — WCAG contrast
Aa
#cd29b2 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd29b2 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green16.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow13.2%
Key (black)19.6%
Color previews
#cd29b2 text on a black background
contrast 4.56:1
Card sample
#cd29b2 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd29b2;
Background color
Panel with #cd29b2 background
background-color: #cd29b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd29b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 41, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 41, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd29b2; background: linear-gradient(135deg, #cd29b2, #CD2945);