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