#cd29db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 41, 219
HSL
295°, 71%, 51%
CMYK
6, 81, 0, 14
Luminance
0.1968
Every format
| HEX | #cd29db |
| RGB | rgb(205, 41, 219) |
| HSL | hsl(295, 71%, 51%) |
| CMYK | cmyk(6%, 81%, 0%, 14%) |
| LAB | lab(51.5 79.9 -55.3) |
| LCH | lch(51.5 97.2 325.3) |
| OKLCH | oklch(0.617 0.266 324.5) |
Copy-ready code
/* CSS */
color: #cd29db;
background-color: #cd29db;
/* Tailwind (arbitrary) */
class="text-[#cd29db] bg-[#cd29db]"
/* SCSS */
$brand: #cd29db;
/* SwiftUI */
Color(red: 0.804, green: 0.161, blue: 0.859)
/* Android */
Color.parseColor("#cd29db")Accessibility — WCAG contrast
Aa
#cd29db on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd29db on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green16.1%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta81.3%
Yellow0.0%
Key (black)14.1%
Color previews
#cd29db text on a black background
contrast 4.94:1
Card sample
#cd29db text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd29db;
Background color
Panel with #cd29db background
background-color: #cd29db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd29db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 41, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 41, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd29db; background: linear-gradient(135deg, #cd29db, #DB2972);