#cd0dfd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 13, 253
HSL
288°, 98%, 52%
CMYK
19, 95, 0, 1
Luminance
0.2036
Every format
| HEX | #cd0dfd |
| RGB | rgb(205, 13, 253) |
| HSL | hsl(288, 98%, 52%) |
| CMYK | cmyk(19%, 95%, 0%, 1%) |
| LAB | lab(52.2 89.8 -73.2) |
| LCH | lch(52.2 115.8 320.8) |
| OKLCH | oklch(0.629 0.303 317.0) |
Copy-ready code
/* CSS */
color: #cd0dfd;
background-color: #cd0dfd;
/* Tailwind (arbitrary) */
class="text-[#cd0dfd] bg-[#cd0dfd]"
/* SCSS */
$brand: #cd0dfd;
/* SwiftUI */
Color(red: 0.804, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#cd0dfd")Accessibility — WCAG contrast
Aa
#cd0dfd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0dfd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.1%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cd0dfd text on a black background
contrast 5.07:1
Card sample
#cd0dfd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0dfd;
Background color
Panel with #cd0dfd background
background-color: #cd0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0dfd; background: linear-gradient(135deg, #cd0dfd, #FD0D8D);