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