#cd3afe
a balanced, electric violet · warm · closest name: magenta
RGB
205, 58, 254
HSL
285°, 99%, 61%
CMYK
19, 77, 0, 0
Luminance
0.2316
Every format
| HEX | #cd3afe |
| RGB | rgb(205, 58, 254) |
| HSL | hsl(285, 99%, 61%) |
| CMYK | cmyk(19%, 77%, 0%, 0%) |
| LAB | lab(55.2 81.4 -68.9) |
| LCH | lch(55.2 106.6 319.8) |
| OKLCH | oklch(0.651 0.279 315.8) |
Copy-ready code
/* CSS */
color: #cd3afe;
background-color: #cd3afe;
/* Tailwind (arbitrary) */
class="text-[#cd3afe] bg-[#cd3afe]"
/* SCSS */
$brand: #cd3afe;
/* SwiftUI */
Color(red: 0.804, green: 0.227, blue: 0.996)
/* Android */
Color.parseColor("#cd3afe")Accessibility — WCAG contrast
Aa
#cd3afe on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3afe on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green22.7%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta77.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cd3afe text on a black background
contrast 5.63:1
Card sample
#cd3afe text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3afe;
Background color
Panel with #cd3afe background
background-color: #cd3afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 58, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 58, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3afe; background: linear-gradient(135deg, #cd3afe, #FE3AAC);