#cd2fe9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 47, 233
HSL
291°, 81%, 55%
CMYK
12, 80, 0, 9
Luminance
0.2090
Every format
| HEX | #cd2fe9 |
| RGB | rgb(205, 47, 233) |
| HSL | hsl(291, 81%, 55%) |
| CMYK | cmyk(12%, 80%, 0%, 9%) |
| LAB | lab(52.8 80.8 -61.0) |
| LCH | lch(52.8 101.2 322.9) |
| OKLCH | oklch(0.629 0.271 320.9) |
Copy-ready code
/* CSS */
color: #cd2fe9;
background-color: #cd2fe9;
/* Tailwind (arbitrary) */
class="text-[#cd2fe9] bg-[#cd2fe9]"
/* SCSS */
$brand: #cd2fe9;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.914)
/* Android */
Color.parseColor("#cd2fe9")Accessibility — WCAG contrast
Aa
#cd2fe9 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2fe9 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue91.4%
CMYK percentages
Cyan12.0%
Magenta79.8%
Yellow0.0%
Key (black)8.6%
Color previews
#cd2fe9 text on a black background
contrast 5.18:1
Card sample
#cd2fe9 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fe9;
Background color
Panel with #cd2fe9 background
background-color: #cd2fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fe9; background: linear-gradient(135deg, #cd2fe9, #E92F89);