#cd5cff
a light, electric violet · warm · closest name: magenta
RGB
205, 92, 255
HSL
282°, 100%, 68%
CMYK
20, 64, 0, 0
Luminance
0.2785
Every format
| HEX | #cd5cff |
| RGB | rgb(205, 92, 255) |
| HSL | hsl(282, 100%, 68%) |
| CMYK | cmyk(20%, 64%, 0%, 0%) |
| LAB | lab(59.8 69.0 -62.1) |
| LCH | lch(59.8 92.9 318.0) |
| OKLCH | oklch(0.683 0.242 313.8) |
Copy-ready code
/* CSS */
color: #cd5cff;
background-color: #cd5cff;
/* Tailwind (arbitrary) */
class="text-[#cd5cff] bg-[#cd5cff]"
/* SCSS */
$brand: #cd5cff;
/* SwiftUI */
Color(red: 0.804, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#cd5cff")Accessibility — WCAG contrast
Aa
#cd5cff on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5cff on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.1%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cd5cff text on a black background
contrast 6.57:1
Card sample
#cd5cff text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5cff;
Background color
Panel with #cd5cff background
background-color: #cd5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5cff; background: linear-gradient(135deg, #cd5cff, #FF5CC4);