#cd4ff3
a balanced, electric violet · warm · closest name: magenta
RGB
205, 79, 243
HSL
286°, 87%, 63%
CMYK
16, 68, 0, 5
Luminance
0.2504
Every format
| HEX | #cd4ff3 |
| RGB | rgb(205, 79, 243) |
| HSL | hsl(286, 87%, 63%) |
| CMYK | cmyk(16%, 68%, 0%, 5%) |
| LAB | lab(57.1 72.1 -59.7) |
| LCH | lch(57.1 93.6 320.3) |
| OKLCH | oklch(0.662 0.247 317.3) |
Copy-ready code
/* CSS */
color: #cd4ff3;
background-color: #cd4ff3;
/* Tailwind (arbitrary) */
class="text-[#cd4ff3] bg-[#cd4ff3]"
/* SCSS */
$brand: #cd4ff3;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.953)
/* Android */
Color.parseColor("#cd4ff3")Accessibility — WCAG contrast
Aa
#cd4ff3 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4ff3 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta67.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cd4ff3 text on a black background
contrast 6.01:1
Card sample
#cd4ff3 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4ff3;
Background color
Panel with #cd4ff3 background
background-color: #cd4ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4ff3; background: linear-gradient(135deg, #cd4ff3, #F34FAC);