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