#cd1cfd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 28, 253
HSL
287°, 98%, 55%
CMYK
19, 89, 0, 1
Luminance
0.2090
Every format
| HEX | #cd1cfd |
| RGB | rgb(205, 28, 253) |
| HSL | hsl(287, 98%, 55%) |
| CMYK | cmyk(19%, 89%, 0%, 1%) |
| LAB | lab(52.8 88.0 -72.2) |
| LCH | lch(52.8 113.8 320.6) |
| OKLCH | oklch(0.634 0.298 316.8) |
Copy-ready code
/* CSS */
color: #cd1cfd;
background-color: #cd1cfd;
/* Tailwind (arbitrary) */
class="text-[#cd1cfd] bg-[#cd1cfd]"
/* SCSS */
$brand: #cd1cfd;
/* SwiftUI */
Color(red: 0.804, green: 0.110, blue: 0.992)
/* Android */
Color.parseColor("#cd1cfd")Accessibility — WCAG contrast
Aa
#cd1cfd on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1cfd on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green11.0%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta88.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cd1cfd text on a black background
contrast 5.18:1
Card sample
#cd1cfd text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1cfd;
Background color
Panel with #cd1cfd background
background-color: #cd1cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 28, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 28, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1cfd; background: linear-gradient(135deg, #cd1cfd, #FD1C97);