#cd32ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 50, 255
HSL
285°, 100%, 60%
CMYK
20, 80, 0, 0
Luminance
0.2248
Every format
| HEX | #cd32ff |
| RGB | rgb(205, 50, 255) |
| HSL | hsl(285, 100%, 60%) |
| CMYK | cmyk(20%, 80%, 0%, 0%) |
| LAB | lab(54.5 83.8 -70.6) |
| LCH | lch(54.5 109.6 319.9) |
| OKLCH | oklch(0.646 0.286 315.8) |
Copy-ready code
/* CSS */
color: #cd32ff;
background-color: #cd32ff;
/* Tailwind (arbitrary) */
class="text-[#cd32ff] bg-[#cd32ff]"
/* SCSS */
$brand: #cd32ff;
/* SwiftUI */
Color(red: 0.804, green: 0.196, blue: 1.000)
/* Android */
Color.parseColor("#cd32ff")Accessibility — WCAG contrast
Aa
#cd32ff on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd32ff on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.6%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta80.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cd32ff text on a black background
contrast 5.50:1
Card sample
#cd32ff text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd32ff;
Background color
Panel with #cd32ff background
background-color: #cd32ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd32ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 50, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 50, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd32ff; background: linear-gradient(135deg, #cd32ff, #FF32A8);