#cd20ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 32, 255
HSL
287°, 100%, 56%
CMYK
20, 88, 0, 0
Luminance
0.2123
Every format
| HEX | #cd20ff |
| RGB | rgb(205, 32, 255) |
| HSL | hsl(287, 100%, 56%) |
| CMYK | cmyk(20%, 88%, 0%, 0%) |
| LAB | lab(53.2 87.7 -72.7) |
| LCH | lch(53.2 113.9 320.3) |
| OKLCH | oklch(0.637 0.297 316.3) |
Copy-ready code
/* CSS */
color: #cd20ff;
background-color: #cd20ff;
/* Tailwind (arbitrary) */
class="text-[#cd20ff] bg-[#cd20ff]"
/* SCSS */
$brand: #cd20ff;
/* SwiftUI */
Color(red: 0.804, green: 0.125, blue: 1.000)
/* Android */
Color.parseColor("#cd20ff")Accessibility — WCAG contrast
Aa
#cd20ff on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd20ff on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.5%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta87.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cd20ff text on a black background
contrast 5.25:1
Card sample
#cd20ff text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd20ff;
Background color
Panel with #cd20ff background
background-color: #cd20ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd20ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 32, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 32, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd20ff; background: linear-gradient(135deg, #cd20ff, #FF209D);