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