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