#cd3ceb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 60, 235
HSL
290°, 81%, 58%
CMYK
13, 75, 0, 8
Luminance
0.2221
Every format
| HEX | #cd3ceb |
| RGB | rgb(205, 60, 235) |
| HSL | hsl(290, 81%, 58%) |
| CMYK | cmyk(13%, 75%, 0%, 8%) |
| LAB | lab(54.3 77.4 -59.9) |
| LCH | lch(54.3 97.8 322.3) |
| OKLCH | oklch(0.640 0.261 320.0) |
Copy-ready code
/* CSS */
color: #cd3ceb;
background-color: #cd3ceb;
/* Tailwind (arbitrary) */
class="text-[#cd3ceb] bg-[#cd3ceb]"
/* SCSS */
$brand: #cd3ceb;
/* SwiftUI */
Color(red: 0.804, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#cd3ceb")Accessibility — WCAG contrast
Aa
#cd3ceb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ceb on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cd3ceb text on a black background
contrast 5.44:1
Card sample
#cd3ceb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ceb;
Background color
Panel with #cd3ceb background
background-color: #cd3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ceb; background: linear-gradient(135deg, #cd3ceb, #EB3C94);