#cd2ead
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 46, 173
HSL
312°, 63%, 49%
CMYK
0, 78, 16, 20
Luminance
0.1795
Every format
| HEX | #cd2ead |
| RGB | rgb(205, 46, 173) |
| HSL | hsl(312, 63%, 49%) |
| CMYK | cmyk(0%, 78%, 16%, 20%) |
| LAB | lab(49.4 71.8 -31.9) |
| LCH | lch(49.4 78.6 336.1) |
| OKLCH | oklch(0.595 0.230 337.8) |
Copy-ready code
/* CSS */
color: #cd2ead;
background-color: #cd2ead;
/* Tailwind (arbitrary) */
class="text-[#cd2ead] bg-[#cd2ead]"
/* SCSS */
$brand: #cd2ead;
/* SwiftUI */
Color(red: 0.804, green: 0.180, blue: 0.678)
/* Android */
Color.parseColor("#cd2ead")Accessibility — WCAG contrast
Aa
#cd2ead on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2ead on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow15.6%
Key (black)19.6%
Color previews
#cd2ead text on a black background
contrast 4.59:1
Card sample
#cd2ead text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2ead;
Background color
Panel with #cd2ead background
background-color: #cd2ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 46, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 46, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2ead; background: linear-gradient(135deg, #cd2ead, #CD2E43);