#cd22fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 34, 253
HSL
287°, 98%, 56%
CMYK
19, 87, 0, 1
Luminance
0.2122
Every format
| HEX | #cd22fd |
| RGB | rgb(205, 34, 253) |
| HSL | hsl(287, 98%, 56%) |
| CMYK | cmyk(19%, 87%, 0%, 1%) |
| LAB | lab(53.2 87.0 -71.6) |
| LCH | lch(53.2 112.7 320.5) |
| OKLCH | oklch(0.636 0.295 316.7) |
Copy-ready code
/* CSS */
color: #cd22fd;
background-color: #cd22fd;
/* Tailwind (arbitrary) */
class="text-[#cd22fd] bg-[#cd22fd]"
/* SCSS */
$brand: #cd22fd;
/* SwiftUI */
Color(red: 0.804, green: 0.133, blue: 0.992)
/* Android */
Color.parseColor("#cd22fd")Accessibility — WCAG contrast
Aa
#cd22fd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd22fd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green13.3%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta86.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cd22fd text on a black background
contrast 5.24:1
Card sample
#cd22fd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd22fd;
Background color
Panel with #cd22fd background
background-color: #cd22fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd22fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 34, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 34, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd22fd; background: linear-gradient(135deg, #cd22fd, #FD229B);