#cd3ff5
a balanced, electric violet · warm · closest name: magenta
RGB
205, 63, 245
HSL
287°, 90%, 60%
CMYK
16, 74, 0, 4
Luminance
0.2313
Every format
| HEX | #cd3ff5 |
| RGB | rgb(205, 63, 245) |
| HSL | hsl(287, 90%, 60%) |
| CMYK | cmyk(16%, 74%, 0%, 4%) |
| LAB | lab(55.2 78.2 -63.9) |
| LCH | lch(55.2 101.0 320.7) |
| OKLCH | oklch(0.649 0.267 317.6) |
Copy-ready code
/* CSS */
color: #cd3ff5;
background-color: #cd3ff5;
/* Tailwind (arbitrary) */
class="text-[#cd3ff5] bg-[#cd3ff5]"
/* SCSS */
$brand: #cd3ff5;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.961)
/* Android */
Color.parseColor("#cd3ff5")Accessibility — WCAG contrast
Aa
#cd3ff5 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ff5 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta74.3%
Yellow0.0%
Key (black)3.9%
Color previews
#cd3ff5 text on a black background
contrast 5.63:1
Card sample
#cd3ff5 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ff5;
Background color
Panel with #cd3ff5 background
background-color: #cd3ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ff5; background: linear-gradient(135deg, #cd3ff5, #F53FA4);