#cd2bfd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 43, 253
HSL
286°, 98%, 58%
CMYK
19, 83, 0, 1
Luminance
0.2180
Every format
| HEX | #cd2bfd |
| RGB | rgb(205, 43, 253) |
| HSL | hsl(286, 98%, 58%) |
| CMYK | cmyk(19%, 83%, 0%, 1%) |
| LAB | lab(53.8 85.2 -70.6) |
| LCH | lch(53.8 110.6 320.3) |
| OKLCH | oklch(0.640 0.289 316.4) |
Copy-ready code
/* CSS */
color: #cd2bfd;
background-color: #cd2bfd;
/* Tailwind (arbitrary) */
class="text-[#cd2bfd] bg-[#cd2bfd]"
/* SCSS */
$brand: #cd2bfd;
/* SwiftUI */
Color(red: 0.804, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#cd2bfd")Accessibility — WCAG contrast
Aa
#cd2bfd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2bfd on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green16.9%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cd2bfd text on a black background
contrast 5.36:1
Card sample
#cd2bfd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2bfd;
Background color
Panel with #cd2bfd background
background-color: #cd2bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2bfd; background: linear-gradient(135deg, #cd2bfd, #FD2BA1);