#cd3ef0
a balanced, electric violet · warm · closest name: magenta
RGB
205, 62, 240
HSL
288°, 86%, 59%
CMYK
15, 74, 0, 6
Luminance
0.2272
Every format
| HEX | #cd3ef0 |
| RGB | rgb(205, 62, 240) |
| HSL | hsl(288, 86%, 59%) |
| CMYK | cmyk(15%, 74%, 0%, 6%) |
| LAB | lab(54.8 77.6 -61.8) |
| LCH | lch(54.8 99.2 321.5) |
| OKLCH | oklch(0.645 0.263 318.8) |
Copy-ready code
/* CSS */
color: #cd3ef0;
background-color: #cd3ef0;
/* Tailwind (arbitrary) */
class="text-[#cd3ef0] bg-[#cd3ef0]"
/* SCSS */
$brand: #cd3ef0;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.941)
/* Android */
Color.parseColor("#cd3ef0")Accessibility — WCAG contrast
Aa
#cd3ef0 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ef0 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta74.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cd3ef0 text on a black background
contrast 5.54:1
Card sample
#cd3ef0 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ef0;
Background color
Panel with #cd3ef0 background
background-color: #cd3ef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ef0; background: linear-gradient(135deg, #cd3ef0, #F03E9C);