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