#cd4aef
a balanced, electric violet · warm · closest name: magenta
RGB
205, 74, 239
HSL
288°, 84%, 61%
CMYK
14, 69, 0, 6
Luminance
0.2411
Every format
| HEX | #cd4aef |
| RGB | rgb(205, 74, 239) |
| HSL | hsl(288, 84%, 61%) |
| CMYK | cmyk(14%, 69%, 0%, 6%) |
| LAB | lab(56.2 73.2 -59.0) |
| LCH | lch(56.2 94.0 321.2) |
| OKLCH | oklch(0.654 0.250 318.5) |
Copy-ready code
/* CSS */
color: #cd4aef;
background-color: #cd4aef;
/* Tailwind (arbitrary) */
class="text-[#cd4aef] bg-[#cd4aef]"
/* SCSS */
$brand: #cd4aef;
/* SwiftUI */
Color(red: 0.804, green: 0.290, blue: 0.937)
/* Android */
Color.parseColor("#cd4aef")Accessibility — WCAG contrast
Aa
#cd4aef on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4aef on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green29.0%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta69.0%
Yellow0.0%
Key (black)6.3%
Color previews
#cd4aef text on a black background
contrast 5.82:1
Card sample
#cd4aef text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4aef;
Background color
Panel with #cd4aef background
background-color: #cd4aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 74, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 74, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4aef; background: linear-gradient(135deg, #cd4aef, #EF4AA3);