#cd3ead
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 62, 173
HSL
313°, 59%, 52%
CMYK
0, 70, 16, 20
Luminance
0.1944
Every format
| HEX | #cd3ead |
| RGB | rgb(205, 62, 173) |
| HSL | hsl(313, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 16%, 20%) |
| LAB | lab(51.2 66.8 -29.1) |
| LCH | lch(51.2 72.9 336.5) |
| OKLCH | oklch(0.607 0.213 338.2) |
Copy-ready code
/* CSS */
color: #cd3ead;
background-color: #cd3ead;
/* Tailwind (arbitrary) */
class="text-[#cd3ead] bg-[#cd3ead]"
/* SCSS */
$brand: #cd3ead;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.678)
/* Android */
Color.parseColor("#cd3ead")Accessibility — WCAG contrast
Aa
#cd3ead on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ead on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow15.6%
Key (black)19.6%
Color previews
#cd3ead text on a black background
contrast 4.89:1
Card sample
#cd3ead text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ead;
Background color
Panel with #cd3ead background
background-color: #cd3ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ead; background: linear-gradient(135deg, #cd3ead, #CD3E4E);