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