#cd17fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 23, 253
HSL
288°, 98%, 54%
CMYK
19, 91, 0, 1
Luminance
0.2068
Every format
| HEX | #cd17fd |
| RGB | rgb(205, 23, 253) |
| HSL | hsl(288, 98%, 54%) |
| CMYK | cmyk(19%, 91%, 0%, 1%) |
| LAB | lab(52.6 88.8 -72.6) |
| LCH | lch(52.6 114.7 320.7) |
| OKLCH | oklch(0.632 0.300 316.8) |
Copy-ready code
/* CSS */
color: #cd17fd;
background-color: #cd17fd;
/* Tailwind (arbitrary) */
class="text-[#cd17fd] bg-[#cd17fd]"
/* SCSS */
$brand: #cd17fd;
/* SwiftUI */
Color(red: 0.804, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#cd17fd")Accessibility — WCAG contrast
Aa
#cd17fd on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd17fd on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green9.0%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cd17fd text on a black background
contrast 5.14:1
Card sample
#cd17fd text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd17fd;
Background color
Panel with #cd17fd background
background-color: #cd17fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd17fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd17fd; background: linear-gradient(135deg, #cd17fd, #FD1794);