#cd3eff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 62, 255
HSL
285°, 100%, 62%
CMYK
20, 76, 0, 0
Luminance
0.2364
Every format
| HEX | #cd3eff |
| RGB | rgb(205, 62, 255) |
| HSL | hsl(285, 100%, 62%) |
| CMYK | cmyk(20%, 76%, 0%, 0%) |
| LAB | lab(55.7 80.4 -68.6) |
| LCH | lch(55.7 105.7 319.5) |
| OKLCH | oklch(0.654 0.276 315.4) |
Copy-ready code
/* CSS */
color: #cd3eff;
background-color: #cd3eff;
/* Tailwind (arbitrary) */
class="text-[#cd3eff] bg-[#cd3eff]"
/* SCSS */
$brand: #cd3eff;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 1.000)
/* Android */
Color.parseColor("#cd3eff")Accessibility — WCAG contrast
Aa
#cd3eff on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3eff on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta75.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cd3eff text on a black background
contrast 5.73:1
Card sample
#cd3eff text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3eff;
Background color
Panel with #cd3eff background
background-color: #cd3eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3eff; background: linear-gradient(135deg, #cd3eff, #FF3EB0);