#cd2df2
a balanced, electric violet · warm · closest name: magenta
RGB
205, 45, 242
HSL
289°, 88%, 56%
CMYK
15, 81, 0, 5
Luminance
0.2127
Every format
| HEX | #cd2df2 |
| RGB | rgb(205, 45, 242) |
| HSL | hsl(289, 88%, 56%) |
| CMYK | cmyk(15%, 81%, 0%, 5%) |
| LAB | lab(53.2 82.8 -65.4) |
| LCH | lch(53.2 105.5 321.7) |
| OKLCH | oklch(0.634 0.280 318.8) |
Copy-ready code
/* CSS */
color: #cd2df2;
background-color: #cd2df2;
/* Tailwind (arbitrary) */
class="text-[#cd2df2] bg-[#cd2df2]"
/* SCSS */
$brand: #cd2df2;
/* SwiftUI */
Color(red: 0.804, green: 0.176, blue: 0.949)
/* Android */
Color.parseColor("#cd2df2")Accessibility — WCAG contrast
Aa
#cd2df2 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2df2 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.6%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta81.4%
Yellow0.0%
Key (black)5.1%
Color previews
#cd2df2 text on a black background
contrast 5.25:1
Card sample
#cd2df2 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2df2;
Background color
Panel with #cd2df2 background
background-color: #cd2df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 45, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 45, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2df2; background: linear-gradient(135deg, #cd2df2, #F22D94);