#cd52fe
a light, electric violet · warm · closest name: magenta
RGB
205, 82, 254
HSL
283°, 99%, 66%
CMYK
19, 68, 0, 0
Luminance
0.2617
Every format
| HEX | #cd52fe |
| RGB | rgb(205, 82, 254) |
| HSL | hsl(283, 99%, 66%) |
| CMYK | cmyk(19%, 68%, 0%, 0%) |
| LAB | lab(58.2 73.0 -64.1) |
| LCH | lch(58.2 97.1 318.7) |
| OKLCH | oklch(0.672 0.254 314.6) |
Copy-ready code
/* CSS */
color: #cd52fe;
background-color: #cd52fe;
/* Tailwind (arbitrary) */
class="text-[#cd52fe] bg-[#cd52fe]"
/* SCSS */
$brand: #cd52fe;
/* SwiftUI */
Color(red: 0.804, green: 0.322, blue: 0.996)
/* Android */
Color.parseColor("#cd52fe")Accessibility — WCAG contrast
Aa
#cd52fe on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd52fe on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green32.2%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta67.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cd52fe text on a black background
contrast 6.23:1
Card sample
#cd52fe text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd52fe;
Background color
Panel with #cd52fe background
background-color: #cd52fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd52fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 82, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 82, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd52fe; background: linear-gradient(135deg, #cd52fe, #FE52BC);