#cd4ff6
a balanced, electric violet · warm · closest name: magenta
RGB
205, 79, 246
HSL
285°, 90%, 64%
CMYK
17, 68, 0, 4
Luminance
0.2522
Every format
| HEX | #cd4ff6 |
| RGB | rgb(205, 79, 246) |
| HSL | hsl(285, 90%, 64%) |
| CMYK | cmyk(17%, 68%, 0%, 4%) |
| LAB | lab(57.3 72.6 -61.1) |
| LCH | lch(57.3 94.9 319.9) |
| OKLCH | oklch(0.664 0.250 316.6) |
Copy-ready code
/* CSS */
color: #cd4ff6;
background-color: #cd4ff6;
/* Tailwind (arbitrary) */
class="text-[#cd4ff6] bg-[#cd4ff6]"
/* SCSS */
$brand: #cd4ff6;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.965)
/* Android */
Color.parseColor("#cd4ff6")Accessibility — WCAG contrast
Aa
#cd4ff6 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4ff6 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta67.9%
Yellow0.0%
Key (black)3.5%
Color previews
#cd4ff6 text on a black background
contrast 6.04:1
Card sample
#cd4ff6 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4ff6;
Background color
Panel with #cd4ff6 background
background-color: #cd4ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4ff6; background: linear-gradient(135deg, #cd4ff6, #F64FB0);