#cd39da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 57, 218
HSL
295°, 69%, 54%
CMYK
6, 74, 0, 15
Luminance
0.2097
Every format
| HEX | #cd39da |
| RGB | rgb(205, 57, 218) |
| HSL | hsl(295, 69%, 54%) |
| CMYK | cmyk(6%, 74%, 0%, 15%) |
| LAB | lab(52.9 75.4 -52.4) |
| LCH | lch(52.9 91.8 325.2) |
| OKLCH | oklch(0.627 0.251 324.4) |
Copy-ready code
/* CSS */
color: #cd39da;
background-color: #cd39da;
/* Tailwind (arbitrary) */
class="text-[#cd39da] bg-[#cd39da]"
/* SCSS */
$brand: #cd39da;
/* SwiftUI */
Color(red: 0.804, green: 0.224, blue: 0.855)
/* Android */
Color.parseColor("#cd39da")Accessibility — WCAG contrast
Aa
#cd39da on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd39da on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green22.4%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta73.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cd39da text on a black background
contrast 5.19:1
Card sample
#cd39da text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd39da;
Background color
Panel with #cd39da background
background-color: #cd39da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd39da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 57, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 57, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd39da; background: linear-gradient(135deg, #cd39da, #DA397B);