#cd2ee6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 46, 230
HSL
292°, 79%, 54%
CMYK
11, 80, 0, 10
Luminance
0.2065
Every format
| HEX | #cd2ee6 |
| RGB | rgb(205, 46, 230) |
| HSL | hsl(292, 79%, 54%) |
| CMYK | cmyk(11%, 80%, 0%, 10%) |
| LAB | lab(52.6 80.5 -59.8) |
| LCH | lch(52.6 100.3 323.4) |
| OKLCH | oklch(0.627 0.270 321.6) |
Copy-ready code
/* CSS */
color: #cd2ee6;
background-color: #cd2ee6;
/* Tailwind (arbitrary) */
class="text-[#cd2ee6] bg-[#cd2ee6]"
/* SCSS */
$brand: #cd2ee6;
/* SwiftUI */
Color(red: 0.804, green: 0.180, blue: 0.902)
/* Android */
Color.parseColor("#cd2ee6")Accessibility — WCAG contrast
Aa
#cd2ee6 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2ee6 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.0%
Blue90.2%
CMYK percentages
Cyan10.9%
Magenta80.0%
Yellow0.0%
Key (black)9.8%
Color previews
#cd2ee6 text on a black background
contrast 5.13:1
Card sample
#cd2ee6 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2ee6;
Background color
Panel with #cd2ee6 background
background-color: #cd2ee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2ee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 46, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 46, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2ee6; background: linear-gradient(135deg, #cd2ee6, #E62E84);