#cd2df5
a balanced, electric violet · warm · closest name: magenta
RGB
205, 45, 245
HSL
288°, 91%, 57%
CMYK
16, 82, 0, 4
Luminance
0.2145
Every format
| HEX | #cd2df5 |
| RGB | rgb(205, 45, 245) |
| HSL | hsl(288, 91%, 57%) |
| CMYK | cmyk(16%, 82%, 0%, 4%) |
| LAB | lab(53.4 83.3 -66.8) |
| LCH | lch(53.4 106.8 321.3) |
| OKLCH | oklch(0.636 0.282 318.1) |
Copy-ready code
/* CSS */
color: #cd2df5;
background-color: #cd2df5;
/* Tailwind (arbitrary) */
class="text-[#cd2df5] bg-[#cd2df5]"
/* SCSS */
$brand: #cd2df5;
/* SwiftUI */
Color(red: 0.804, green: 0.176, blue: 0.961)
/* Android */
Color.parseColor("#cd2df5")Accessibility — WCAG contrast
Aa
#cd2df5 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2df5 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.6%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta81.6%
Yellow0.0%
Key (black)3.9%
Color previews
#cd2df5 text on a black background
contrast 5.29:1
Card sample
#cd2df5 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2df5;
Background color
Panel with #cd2df5 background
background-color: #cd2df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 45, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 45, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2df5; background: linear-gradient(135deg, #cd2df5, #F52D98);