#cd2ecf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 46, 207
HSL
299°, 64%, 50%
CMYK
1, 78, 0, 19
Luminance
0.1944
Every format
| HEX | #cd2ecf |
| RGB | rgb(205, 46, 207) |
| HSL | hsl(299, 64%, 50%) |
| CMYK | cmyk(1%, 78%, 0%, 19%) |
| LAB | lab(51.2 76.8 -48.8) |
| LCH | lch(51.2 91.0 327.5) |
| OKLCH | oklch(0.613 0.253 327.6) |
Copy-ready code
/* CSS */
color: #cd2ecf;
background-color: #cd2ecf;
/* Tailwind (arbitrary) */
class="text-[#cd2ecf] bg-[#cd2ecf]"
/* SCSS */
$brand: #cd2ecf;
/* SwiftUI */
Color(red: 0.804, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#cd2ecf")Accessibility — WCAG contrast
Aa
#cd2ecf on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2ecf on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.0%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cd2ecf text on a black background
contrast 4.89:1
Card sample
#cd2ecf text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2ecf;
Background color
Panel with #cd2ecf background
background-color: #cd2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2ecf; background: linear-gradient(135deg, #cd2ecf, #CF2E66);