#cd2eca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 46, 202
HSL
301°, 63%, 49%
CMYK
0, 78, 2, 20
Luminance
0.1920
Every format
| HEX | #cd2eca |
| RGB | rgb(205, 46, 202) |
| HSL | hsl(301, 63%, 49%) |
| CMYK | cmyk(0%, 78%, 2%, 20%) |
| LAB | lab(50.9 76.0 -46.4) |
| LCH | lch(50.9 89.1 328.6) |
| OKLCH | oklch(0.610 0.249 329.0) |
Copy-ready code
/* CSS */
color: #cd2eca;
background-color: #cd2eca;
/* Tailwind (arbitrary) */
class="text-[#cd2eca] bg-[#cd2eca]"
/* SCSS */
$brand: #cd2eca;
/* SwiftUI */
Color(red: 0.804, green: 0.180, blue: 0.792)
/* Android */
Color.parseColor("#cd2eca")Accessibility — WCAG contrast
Aa
#cd2eca on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2eca on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.0%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow1.5%
Key (black)19.6%
Color previews
#cd2eca text on a black background
contrast 4.84:1
Card sample
#cd2eca text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2eca;
Background color
Panel with #cd2eca background
background-color: #cd2eca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2eca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 46, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 46, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2eca; background: linear-gradient(135deg, #cd2eca, #CD2E60);