#cd52ff
a light, electric violet · warm · closest name: magenta
RGB
205, 82, 255
HSL
283°, 100%, 66%
CMYK
20, 68, 0, 0
Luminance
0.2623
Every format
| HEX | #cd52ff |
| RGB | rgb(205, 82, 255) |
| HSL | hsl(283, 100%, 66%) |
| CMYK | cmyk(20%, 68%, 0%, 0%) |
| LAB | lab(58.3 73.2 -64.5) |
| LCH | lch(58.3 97.6 318.6) |
| OKLCH | oklch(0.672 0.255 314.4) |
Copy-ready code
/* CSS */
color: #cd52ff;
background-color: #cd52ff;
/* Tailwind (arbitrary) */
class="text-[#cd52ff] bg-[#cd52ff]"
/* SCSS */
$brand: #cd52ff;
/* SwiftUI */
Color(red: 0.804, green: 0.322, blue: 1.000)
/* Android */
Color.parseColor("#cd52ff")Accessibility — WCAG contrast
Aa
#cd52ff on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd52ff on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green32.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta67.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd52ff text on a black background
contrast 6.25:1
Card sample
#cd52ff text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd52ff;
Background color
Panel with #cd52ff background
background-color: #cd52ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd52ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 82, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 82, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd52ff; background: linear-gradient(135deg, #cd52ff, #FF52BE);