#cd44eb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 68, 235
HSL
289°, 81%, 59%
CMYK
13, 71, 0, 8
Luminance
0.2311
Every format
| HEX | #cd44eb |
| RGB | rgb(205, 68, 235) |
| HSL | hsl(289, 81%, 59%) |
| CMYK | cmyk(13%, 71%, 0%, 8%) |
| LAB | lab(55.2 74.7 -58.3) |
| LCH | lch(55.2 94.8 322.0) |
| OKLCH | oklch(0.646 0.253 319.8) |
Copy-ready code
/* CSS */
color: #cd44eb;
background-color: #cd44eb;
/* Tailwind (arbitrary) */
class="text-[#cd44eb] bg-[#cd44eb]"
/* SCSS */
$brand: #cd44eb;
/* SwiftUI */
Color(red: 0.804, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#cd44eb")Accessibility — WCAG contrast
Aa
#cd44eb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd44eb on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green26.7%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cd44eb text on a black background
contrast 5.62:1
Card sample
#cd44eb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd44eb;
Background color
Panel with #cd44eb background
background-color: #cd44eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd44eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd44eb; background: linear-gradient(135deg, #cd44eb, #EB449A);