#cd1ef1
a balanced, electric violet · warm · closest name: magenta
RGB
205, 30, 241
HSL
290°, 88%, 53%
CMYK
15, 88, 0, 6
Luminance
0.2026
Every format
| HEX | #cd1ef1 |
| RGB | rgb(205, 30, 241) |
| HSL | hsl(290, 88%, 53%) |
| CMYK | cmyk(15%, 88%, 0%, 6%) |
| LAB | lab(52.1 85.7 -66.6) |
| LCH | lch(52.1 108.5 322.1) |
| OKLCH | oklch(0.626 0.288 319.4) |
Copy-ready code
/* CSS */
color: #cd1ef1;
background-color: #cd1ef1;
/* Tailwind (arbitrary) */
class="text-[#cd1ef1] bg-[#cd1ef1]"
/* SCSS */
$brand: #cd1ef1;
/* SwiftUI */
Color(red: 0.804, green: 0.118, blue: 0.945)
/* Android */
Color.parseColor("#cd1ef1")Accessibility — WCAG contrast
Aa
#cd1ef1 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1ef1 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green11.8%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta87.6%
Yellow0.0%
Key (black)5.5%
Color previews
#cd1ef1 text on a black background
contrast 5.05:1
Card sample
#cd1ef1 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1ef1;
Background color
Panel with #cd1ef1 background
background-color: #cd1ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 30, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 30, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1ef1; background: linear-gradient(135deg, #cd1ef1, #F11E88);