#cd4ff5
a balanced, electric violet · warm · closest name: magenta
RGB
205, 79, 245
HSL
286°, 89%, 64%
CMYK
16, 68, 0, 4
Luminance
0.2516
Every format
| HEX | #cd4ff5 |
| RGB | rgb(205, 79, 245) |
| HSL | hsl(286, 89%, 64%) |
| CMYK | cmyk(16%, 68%, 0%, 4%) |
| LAB | lab(57.2 72.4 -60.6) |
| LCH | lch(57.2 94.5 320.1) |
| OKLCH | oklch(0.663 0.249 316.9) |
Copy-ready code
/* CSS */
color: #cd4ff5;
background-color: #cd4ff5;
/* Tailwind (arbitrary) */
class="text-[#cd4ff5] bg-[#cd4ff5]"
/* SCSS */
$brand: #cd4ff5;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.961)
/* Android */
Color.parseColor("#cd4ff5")Accessibility — WCAG contrast
Aa
#cd4ff5 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4ff5 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta67.8%
Yellow0.0%
Key (black)3.9%
Color previews
#cd4ff5 text on a black background
contrast 6.03:1
Card sample
#cd4ff5 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4ff5;
Background color
Panel with #cd4ff5 background
background-color: #cd4ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4ff5; background: linear-gradient(135deg, #cd4ff5, #F54FAE);