#cd40eb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 64, 235
HSL
290°, 81%, 59%
CMYK
13, 73, 0, 8
Luminance
0.2264
Every format
| HEX | #cd40eb |
| RGB | rgb(205, 64, 235) |
| HSL | hsl(290, 81%, 59%) |
| CMYK | cmyk(13%, 73%, 0%, 8%) |
| LAB | lab(54.7 76.1 -59.1) |
| LCH | lch(54.7 96.3 322.2) |
| OKLCH | oklch(0.643 0.257 319.9) |
Copy-ready code
/* CSS */
color: #cd40eb;
background-color: #cd40eb;
/* Tailwind (arbitrary) */
class="text-[#cd40eb] bg-[#cd40eb]"
/* SCSS */
$brand: #cd40eb;
/* SwiftUI */
Color(red: 0.804, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#cd40eb")Accessibility — WCAG contrast
Aa
#cd40eb on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd40eb on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.1%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cd40eb text on a black background
contrast 5.53:1
Card sample
#cd40eb text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd40eb;
Background color
Panel with #cd40eb background
background-color: #cd40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd40eb; background: linear-gradient(135deg, #cd40eb, #EB4097);