#cd3ebd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 62, 189
HSL
307°, 59%, 52%
CMYK
0, 70, 8, 20
Luminance
0.2010
Every format
| HEX | #cd3ebd |
| RGB | rgb(205, 62, 189) |
| HSL | hsl(307, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 8%, 20%) |
| LAB | lab(52.0 69.2 -37.3) |
| LCH | lch(52.0 78.5 331.7) |
| OKLCH | oklch(0.615 0.224 332.8) |
Copy-ready code
/* CSS */
color: #cd3ebd;
background-color: #cd3ebd;
/* Tailwind (arbitrary) */
class="text-[#cd3ebd] bg-[#cd3ebd]"
/* SCSS */
$brand: #cd3ebd;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.741)
/* Android */
Color.parseColor("#cd3ebd")Accessibility — WCAG contrast
Aa
#cd3ebd on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ebd on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow7.8%
Key (black)19.6%
Color previews
#cd3ebd text on a black background
contrast 5.02:1
Card sample
#cd3ebd text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ebd;
Background color
Panel with #cd3ebd background
background-color: #cd3ebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ebd; background: linear-gradient(135deg, #cd3ebd, #CD3E5E);