#cd17ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 23, 255
HSL
287°, 100%, 55%
CMYK
20, 91, 0, 0
Luminance
0.2081
Every format
| HEX | #cd17ff |
| RGB | rgb(205, 23, 255) |
| HSL | hsl(287, 100%, 55%) |
| CMYK | cmyk(20%, 91%, 0%, 0%) |
| LAB | lab(52.8 89.1 -73.5) |
| LCH | lch(52.8 115.5 320.5) |
| OKLCH | oklch(0.633 0.301 316.4) |
Copy-ready code
/* CSS */
color: #cd17ff;
background-color: #cd17ff;
/* Tailwind (arbitrary) */
class="text-[#cd17ff] bg-[#cd17ff]"
/* SCSS */
$brand: #cd17ff;
/* SwiftUI */
Color(red: 0.804, green: 0.090, blue: 1.000)
/* Android */
Color.parseColor("#cd17ff")Accessibility — WCAG contrast
Aa
#cd17ff on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd17ff on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green9.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta91.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cd17ff text on a black background
contrast 5.16:1
Card sample
#cd17ff text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd17ff;
Background color
Panel with #cd17ff background
background-color: #cd17ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd17ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 23, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 23, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd17ff; background: linear-gradient(135deg, #cd17ff, #FF1796);