#cd4afe
a balanced, electric violet · warm · closest name: magenta
RGB
205, 74, 254
HSL
284°, 99%, 64%
CMYK
19, 71, 0, 0
Luminance
0.2503
Every format
| HEX | #cd4afe |
| RGB | rgb(205, 74, 254) |
| HSL | hsl(284, 99%, 64%) |
| CMYK | cmyk(19%, 71%, 0%, 0%) |
| LAB | lab(57.1 76.0 -65.8) |
| LCH | lch(57.1 100.6 319.1) |
| OKLCH | oklch(0.664 0.263 315.1) |
Copy-ready code
/* CSS */
color: #cd4afe;
background-color: #cd4afe;
/* Tailwind (arbitrary) */
class="text-[#cd4afe] bg-[#cd4afe]"
/* SCSS */
$brand: #cd4afe;
/* SwiftUI */
Color(red: 0.804, green: 0.290, blue: 0.996)
/* Android */
Color.parseColor("#cd4afe")Accessibility — WCAG contrast
Aa
#cd4afe on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4afe on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green29.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta70.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cd4afe text on a black background
contrast 6.01:1
Card sample
#cd4afe text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4afe;
Background color
Panel with #cd4afe background
background-color: #cd4afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 74, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 74, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4afe; background: linear-gradient(135deg, #cd4afe, #FE4AB7);